Skip to content

Commit

Permalink
Merge pull request #130 from woowacourse-teams/BE/feature/#-ci
Browse files Browse the repository at this point in the history
[BE] CD 스크립트 정정
  • Loading branch information
kelly6bf authored Jul 25, 2024
2 parents 3a49036 + 9196c0c commit e571c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be-main-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- name: Deploy Images with Docker compose
run: |
docker compose -f ~/docker-compose.yml down
docker-compose -f ~/docker-compose.yml down
docker rmi -f ${{ secrets.DOCKER_HUB_REPO }}/springboot-app
docker pull ${{ secrets.DOCKER_HUB_REPO }}/springboot-app
docker compose -f ~/docker-compose.yml up -d
docker-compose -f ~/docker-compose.yml up -d

0 comments on commit e571c2f

Please sign in to comment.