Skip to content

Commit

Permalink
[Fix] - CD deploy.sh 실행 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hangillee authored Jul 16, 2024
1 parent bf0f883 commit 210d497
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,11 @@ jobs:
runs-on: self-hosted

steps:
- name: Pull the Docker Image and deploy
run: ../deploy.sh
- name: Docker Image pull
run: sudo docker pull touroot/touroot-api

- name: Move to Docker directory
run: cd ~/docker

- name: Docker Compose up
run: sudo docker compose -f touroot-docker.yml up -d

0 comments on commit 210d497

Please sign in to comment.