Skip to content

Commit 7167e6a

Browse files
committed
fix: SSH 'USERNAME' var
1 parent b456cf4 commit 7167e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: appleboy/[email protected]
2424
with:
2525
host: ${{ secrets.SSH_HOST }}
26-
username: ${{ secrets.SSH_USER }}
26+
username: ${{ secrets.SSH_USERNAME }}
2727
key: ${{ secrets.SSH_KEY }}
2828
source: "./api-gateway.tar.gz,./docker-compose.yml"
2929
target: /opt/api-gateway/

0 commit comments

Comments
 (0)