Update push.yml
This commit is contained in:
parent
7b78f37217
commit
bf12c7ece6
1 changed files with 3 additions and 4 deletions
7
.github/workflows/push.yml
vendored
7
.github/workflows/push.yml
vendored
|
|
@ -14,11 +14,10 @@ jobs:
|
|||
uses: appleboy/scp-action@master
|
||||
with:
|
||||
host: ${{ secrets.IP }}
|
||||
username: ${{ secrets.mattthetekie }}
|
||||
username: mattthetekie
|
||||
password : ${{ secrets.PASS }}
|
||||
proxy_host: ${{ secrets.DEST_IP }}
|
||||
proxy_username: ${{ secrets.mattthetekie }}
|
||||
proxy_key: ${{ secrets.JUMP_SERVER_KEY }}
|
||||
proxy_passphrase: ${{ secrets.JUMP_SERVER_KEY_PASSPHRASE }}
|
||||
proxy_username: mattthetekie
|
||||
proxy_password: ${{ secrets.PASS }}
|
||||
source: "/home/runner/work/VENITH.NET/VENITH.NET"
|
||||
target: "/var/www/2/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue