Skip to content

Commit

Permalink
fix: deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDogHusky committed Oct 6, 2024
1 parent 9636835 commit 1c8e70a
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: Pull the latest code and copy it over the html directory
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
host: ${{ secrets.HOSTNAME }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD}}
port: ${{ secrets.PORT }}
Expand Down

0 comments on commit 1c8e70a

Please sign in to comment.