Update push.yml

This commit is contained in:
MattTheTekie 2023-12-30 14:44:13 -05:00 committed by GitHub
commit 85d3e11363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,4 +11,4 @@ jobs:
- name: Downloading Files...
run: |
echo Pushing Files...
sshpass -p '${{ secrets.PASS }}' scp -r -P 22 -J mattthetekie@${{ secrets.IP }} /home/runner/work/VENITH.NET/VENITH.NET mattthetekie@${{ secrets.DEST_IP }}:/var/www/venith
sshpass -p '${{ secrets.PASS }}' scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r -P 22 -J mattthetekie@${{ secrets.IP }} /home/runner/work/VENITH.NET/VENITH.NET mattthetekie@${{ secrets.DEST_IP }}:/var/www/venith