Skip to content

Commit 3171f5c

Browse files
authored
added username variable to deploy action
1 parent b7fc6c1 commit 3171f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
uses: appleboy/ssh-action@v1
1313
with:
1414
host: ${{ secrets.HOST }}
15+
username: ${{ secrets.USERNAME }}
1516
key: ${{ secrets.SSH_KEY }}
1617
script: ${{ secrets.REPO_PATH }} deploy.sh -b main

0 commit comments

Comments
 (0)