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 d1b2500 commit ff92c84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/backend-ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
sudo docker login --username ${{ secrets.DOCKERHUB_DEPLOY_USERNAME }} --password ${{ secrets.DOCKERHUB_DEPLOY_TOKEN }}
sudo docker pull hotea990/staccato
- name: Change directory to staccato
run: cd ~/staccato

- name: Docker Compose up
working-directory: ~/staccato
run: sudo docker-compose up -d

0 comments on commit ff92c84

Please sign in to comment.