Update push.yml

This commit is contained in:
MattTheTekie 2023-12-31 08:21:45 -05:00 committed by GitHub
commit 463daaf5a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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