Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellodotgg authored Sep 29, 2024
1 parent 1a8d160 commit 04a344b
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 @@ -14,7 +14,7 @@ jobs:
- name: Set up SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secretrs.DO_SSH_KEY }}
ssh-private-key: ${{ secrets.DO_SSH_KEY }}
- name: Deploy to DigitalOcean
run: |
ssh -o StrictHostKeyChecking=no ${{secrets.DO_USERNAME}}@${{secrets.DO_IP_ADDR}} 'cd estimate && ./deploy.sh'

0 comments on commit 04a344b

Please sign in to comment.