Skip to content

Commit

Permalink
fix: dev-deploy.yml syntax error 수정 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkjsw17 authored Feb 27, 2025
1 parent cde0fa2 commit 1964d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
docker-compose -f /root/docker-compose.yml pull api
docker-compose -f /root/docker-compose.yml up -d api
docker compose -f /root/docker-compose.yml pull api
docker compose -f /root/docker-compose.yml up -d api

0 comments on commit 1964d20

Please sign in to comment.