Skip to content

Commit 963d07d

Browse files
committed
update deploy action
1 parent b444645 commit 963d07d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,15 @@ jobs:
4747
uses: appleboy/ssh-action@master
4848
with:
4949
host: ${{ secrets.HOST }}
50+
host_port: ${{ secrets.PORT }}
5051
username: ${{ secrets.USERNAME }}
5152
key: ${{ secrets.KEY }}
5253
passphrase: ${{ secrets.PASSPHRASE }}
54+
proxy_host: ${{ secrets.PROXY_HOST }}
55+
proxy_port: ${{ secrets.PROXY_PORT }}
56+
proxy_username: ${{ secrets.PROXY_USERNAME }}
57+
proxy_key: ${{ secrets.PROXY_KEY }}
58+
proxy_passphrase: ${{ secrets.PROXY_PASSPHRASE }}
5359
script: |
5460
cd /usr/talo
5561
./scripts/update.sh

0 commit comments

Comments
 (0)