Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ2005 authored Dec 24, 2024
1 parent 330a52c commit ea7aea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
host: ${{ secrets.SERVER_HOST }} # Your server's IP address or hostname
username: ${{ secrets.SSH_USER }} # SSH username for the server
password: ${{ secrets.SSH_PASSWORD }} # Password for SSH authentication (added as GitHub secret)
password: ${{ secrets.PASSWORD }} # Password for SSH authentication (added as GitHub secret)
key: ${{ secrets.SSH_KEY }} # SSH private key (added as GitHub secret)

script: |
Expand Down

0 comments on commit ea7aea4

Please sign in to comment.