Skip to content

Commit

Permalink
fix: use correct ip to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDorofeev committed Nov 20, 2024
1 parent 88fabfa commit 0eaff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Transfer bin file to server
uses: appleboy/scp-action@master
with:
host: 3217.16.27.70
host: 217.16.27.70
username: ubuntu
key: ${{ secrets.PRIVATE_KEY }}
debug: true
Expand Down

0 comments on commit 0eaff69

Please sign in to comment.