Skip to content

Commit

Permalink
chore: cd 스크립트 정정
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly6bf authored Jul 24, 2024
1 parent 4afc08e commit 22e1e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
envs: PROJECT
script_stop: true
script: |
docker compose down
docker-compose down
docker rmi -f ${{ secrets.DOCKER_HUB_REPO }}/springboot-app
docker compose up -d
docker-compose up -d

0 comments on commit 22e1e91

Please sign in to comment.