Skip to content

Commit

Permalink
chore: 컨플릭트 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
reddevilmidzy authored Oct 24, 2024
1 parent bdfb39d commit 4dd4f3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/be_cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ jobs:
- name: Stop and remove the old environment
run: |
sudo docker-compose --env-file ${{ secrets.DOCKER_COMPOSE_YAML_PATH }}/.be_app-env -f ${{ secrets.DOCKER_COMPOSE_YAML_PATH }}/be_app-docker-compose.yml -p $BLUE_PORT down
- name: Delete Dangling docker images
run: |
sudo docker-compose --env-file ${{ secrets.DOCKER_COMPOSE_YAML_PATH }}/.be_app-env -f ${{ secrets.DOCKER_COMPOSE_YAML_PATH }}/be_app-docker-compose.yml up -d
- name: Delete Dangling docker images
run: |
Expand Down

0 comments on commit 4dd4f3b

Please sign in to comment.