Skip to content

Commit

Permalink
fix: container 제거를 먼저 하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
be-student committed Aug 2, 2023
1 parent fe41321 commit c86d914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
script: |
sudo docker pull woowacarffeine/backend-dev:latest
sudo docker stop backend-dev || true
sudo docker container prune -f
sudo docker run -d -p 8081:8080 \
-e "SPRING_PROFILE=dev" \
-e "ENCRYPT_KEY=${{secrets.JASYPT_KEY}}" \
Expand Down

0 comments on commit c86d914

Please sign in to comment.