Update push.yml
This commit is contained in:
parent
da25004aa6
commit
463daaf5a0
1 changed files with 6 additions and 2 deletions
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
|
|
@ -23,9 +23,10 @@ jobs:
|
|||
username: mattthetekie
|
||||
password : ${{ secrets.PASS }}
|
||||
proxy_host: ${{ secrets.IP }}
|
||||
script: rm -rf /var/www/venith
|
||||
proxy_username: mattthetekie
|
||||
proxy_password: ${{ secrets.PASS }}
|
||||
script: rm -rf /var/www/venith
|
||||
|
||||
- name: Push Files via SCP
|
||||
uses: appleboy/scp-action@master
|
||||
with:
|
||||
|
|
@ -33,6 +34,8 @@ jobs:
|
|||
username: mattthetekie
|
||||
password : ${{ secrets.PASS }}
|
||||
proxy_host: ${{ secrets.IP }}
|
||||
proxy_username: mattthetekie
|
||||
proxy_password: ${{ secrets.PASS }}
|
||||
source: "/home/runner/work/VENITH.NET/VENITH.NET/"
|
||||
target: "/var/www/venith/"
|
||||
|
||||
|
|
@ -43,6 +46,7 @@ jobs:
|
|||
username: mattthetekie
|
||||
password : ${{ secrets.PASS }}
|
||||
proxy_host: ${{ secrets.IP }}
|
||||
script: mv /var/www/venith/github/workspace/* /var/www/venith/ -f
|
||||
proxy_username: mattthetekie
|
||||
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