Skip to content

Commit

Permalink
[Fix] - CD docker compose up 수행 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hangillee authored Jul 16, 2024
1 parent 210d497 commit c0cd1ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/be-dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@ jobs:
- 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
run: sudo docker compose -f ~/docker/touroot-docker.yml up -d

0 comments on commit c0cd1ed

Please sign in to comment.