Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erenfn authored Sep 10, 2024
1 parent fd530f7 commit c446376
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 @@ -37,6 +37,6 @@ jobs:
env:
DO_USERNAME: ${{ secrets.DO_USERNAME }}
run: |
ssh -o StrictHostKeyChecking=no $DO_USERNAME << EOF
ssh -o StrictHostKeyChecking=no -t $DO_USERNAME << EOF
cd ~/bluewave-onboarding && git pull && docker compose down && docker compose build && docker compose up -d
EOF

0 comments on commit c446376

Please sign in to comment.