Skip to content

Commit

Permalink
fix: CI/CD workflow 절대 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-Tea committed Jul 23, 2024
1 parent ff92c84 commit 608c08c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend-ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ jobs:
sudo docker pull hotea990/staccato
- name: Docker Compose up
working-directory: ~/staccato
run: sudo docker-compose up -d
run: sudo docker-compose -f /home/ubuntu/staccato/docker-compose.yml up -d

0 comments on commit 608c08c

Please sign in to comment.