Skip to content

Commit

Permalink
Port not being set for some reason?
Browse files Browse the repository at this point in the history
  • Loading branch information
9p4 committed Dec 21, 2024
1 parent cbc9206 commit b4c7645
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 @@ -22,4 +22,4 @@ jobs:
- name: Deploy with SSH
run: |
ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PubkeyAuthentication=yes -o IdentityFile=~/hackerring-deploy [email protected] -P 4225
ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o PubkeyAuthentication=yes -o IdentityFile=~/hackerring-deploy -o Port=4225 [email protected]

0 comments on commit b4c7645

Please sign in to comment.