Skip to content

Commit 69379cd

Browse files
committed
Fix SSH params in actiojn
1 parent e90cc5f commit 69379cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ssh_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: appleboy/ssh-action@master # An action made to control Linux servers
7777
with: # We set all our secrets here for the action, these won't be shown in the action logs
7878
host: ${{ env.SSH_HOST }}
79-
username: ${{ env.SSH_USERNAME }}
79+
username: ${{ env.SSH_USER }}
8080
key: ${{ env.SSH_KEY }}
8181
# password: ${{ secrets.PASSWORD }}
8282
port: ${{ env.SSH_PORT }}

0 commit comments

Comments
 (0)