Update push.yml

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

View file

@ -13,10 +13,10 @@ jobs:
- name: copy file via ssh key
uses: appleboy/scp-action@master
with:
host: ${{ secrets.IP }}
host: ${{ secrets.DEST_IP }}
username: mattthetekie
password : ${{ secrets.PASS }}
proxy_host: ${{ secrets.DEST_IP }}
proxy_host: ${{ secrets.IP }}
proxy_username: mattthetekie
proxy_password: ${{ secrets.PASS }}
source: "/home/runner/work/VENITH.NET/VENITH.NET"