Skip to content

Commit

Permalink
chore: a와 b 스크립트 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
reddevilmidzy authored Dec 11, 2024
1 parent e0a9d74 commit 7d18afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be_cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: remove old spring-app image
run: |
sudo docker image rm -f coduo2024/springboot-app:test-latest;
sudo docker image rm -f ${{ secrets.DOCKER_REPO_NAME }}/springboot-app;
- name: Start the new (green/blue) environment
run: |
Expand All @@ -131,7 +131,7 @@ jobs:
- name: Delete Dangling docker images
run: |
sudo docker image prune
sudo docker image prune -a -f
deployB:
environment: test
Expand Down

0 comments on commit 7d18afc

Please sign in to comment.