Update push.yml
This commit is contained in:
parent
616353c679
commit
85d3e11363
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue