Update push.yml

This commit is contained in:
MattTheTekie 2023-12-30 16:04:32 -05:00 committed by GitHub
commit bf12c7ece6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"