Skip to content

Commit

Permalink
Merge pull request #121 from catchroom/develop
Browse files Browse the repository at this point in the history
fix : docker ์ˆ˜์ •
  • Loading branch information
sungjiwoon authored Feb 7, 2024
2 parents 391a52d + cacccfe commit f00eb19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER_NAME }}
key: ${{ secrets.PRIVATE_KEY }}
source: "./docker-compose.yml"
target: "/home/ubuntu"
script: |
sudo docker stop prod1
sudo docker stop prod2
Expand Down

0 comments on commit f00eb19

Please sign in to comment.