Skip to content

Commit

Permalink
Update CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dltjdgh0428 authored Mar 5, 2024
1 parent 8316dd5 commit da52e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
host: ${{ secrets.BOOKEVERYWHERE_IP }}
key: ${{ secrets.EC2_SSH_KEY }}
script: |
sudo docker stop ${{env.TARGET_UPSTREAM}}
sudo docker rm ${{env.TARGET_UPSTREAM}}
sudo docker stop ${{env.TARGET_UPSTREAM}} || true
sudo docker rm ${{env.TARGET_UPSTREAM}} || true
- name: Docker compose
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit da52e09

Please sign in to comment.