Update push.yml
This commit is contained in:
parent
7733e02433
commit
13eb797107
1 changed files with 6 additions and 6 deletions
12
.github/workflows/push.yml
vendored
12
.github/workflows/push.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue