Skip to content

Commit

Permalink
[BE] 배포 시 compose image pulling 되도록 수정 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkjsw17 authored May 24, 2024
1 parent 5574bbe commit 9546ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
port: 22
script: |
docker compose pull
docker compose up -d
working-directory: /root

0 comments on commit 9546ad6

Please sign in to comment.