Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
choyoungwoo9 authored Feb 1, 2024
1 parent f81a883 commit 2061629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
env:
SSH_DEVELOPER_PASSWORD: ${{ secrets.SSH_DEVELOPER_PASSWORD }}
run: |
sshpass -p $SSH_DEVELOPER_PASSWORD ssh -o "StrictHostKeyChecking=no" [email protected] "cd /developer/web10-Lesser && git pull && docker compose build --no-cache && docker compose up -d"
sshpass -p $SSH_DEVELOPER_PASSWORD ssh -o "StrictHostKeyChecking=no" [email protected] "cd /home/developer/web10-Lesser && git pull && docker compose build --no-cache && docker compose up -d"

0 comments on commit 2061629

Please sign in to comment.