Skip to content

Commit

Permalink
chore: CD-dev 워크 플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed May 7, 2024
1 parent 8032d0e commit b3798f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ jobs:
key: ${{ secrets.KEY }}
script: |
docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}
docker compose restart
docker compose stop
docker compose rm -f
docker compose up -d

0 comments on commit b3798f0

Please sign in to comment.