Update push.yml

This commit is contained in:
MattTheTekie 2024-01-10 14:31:15 -05:00 committed by GitHub
commit 13eb797107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,10 @@ jobs:
uses: appleboy/ssh-action@v1.0.1
with:
host: ${{ secrets.DEST_IP }}
username: mattthetekie
username: demon
password : ${{ secrets.PASS }}
proxy_host: ${{ secrets.IP }}
proxy_username: mattthetekie
proxy_username: root
proxy_password: ${{ secrets.PASS }}
script: rm -rf /var/www/venith
@ -31,10 +31,10 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.DEST_IP }}
username: mattthetekie
username: demon
password : ${{ secrets.PASS }}
proxy_host: ${{ secrets.IP }}
proxy_username: mattthetekie
proxy_username: root
proxy_password: ${{ secrets.PASS }}
source: "/home/runner/work/VENITH.NET/VENITH.NET/"
target: "/var/www/venith/"
@ -43,10 +43,10 @@ jobs:
uses: appleboy/ssh-action@v1.0.1
with:
host: ${{ secrets.DEST_IP }}
username: mattthetekie
username: demon
password : ${{ secrets.PASS }}
proxy_host: ${{ secrets.IP }}
proxy_username: mattthetekie
proxy_username: root
proxy_password: ${{ secrets.PASS }}
script: mv /var/www/venith/github/workspace/* /var/www/venith/ -f