Skip to content

Commit

Permalink
deploy fix (DO_IP_ADDRESS)
Browse files Browse the repository at this point in the history
  • Loading branch information
uparkalau committed Sep 11, 2024
1 parent c6b00d2 commit 00f59f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Deploy to DigitalOcean Droplet
env:
DO_USERNAME: ${{ secrets.DO_USERNAME }}
DO_IP_ADDRESS: ${{ secrets.DO_IP_ADDRESS }}
run: |
ssh -T -o StrictHostKeyChecking=no $DO_USERNAME << EOF
ssh -T -o StrictHostKeyChecking=no $DO_USERNAME@$DO_IP_ADDRESS << EOF
cd ~/bluewave-onboarding && git pull && docker compose down && docker compose build && docker compose up -d
EOF

0 comments on commit 00f59f4

Please sign in to comment.