Update push.yml

This commit is contained in:
MattTheTekie 2023-12-30 16:25:19 -05:00 committed by GitHub
commit 1633c0e0b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,17 +16,13 @@ jobs:
- name: Downloading Files
run: |
echo Downloading Files...
mkdir /home/runner/VENITH1
cd /home/runner/VENITH1
git clone "https://github.com/VenithNET/VENITH.NET"
echo $PWD
- name: Push Files via SCP
uses: appleboy/scp-action@master
with:
host: ${{ secrets.DEST_IP }}
username: mattthetekie
password : ${{ secrets.PASS }}
source: "/home/runner/VENITH1/VENITH.NET"
source: "/home/runner/work/VENITH.NET/VENITH.NET/"
target: "/var/www/2/"
proxy_host: ${{ secrets.IP }}
proxy_username: mattthetekie