Update push.yml
This commit is contained in:
parent
85d3e11363
commit
6dfa1daa06
1 changed files with 2 additions and 1 deletions
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
|
|
@ -8,7 +8,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Downloading Files...
|
||||
- name: Pushing Files...
|
||||
run: |
|
||||
echo Pushing Files...
|
||||
rm $HOME/.ssh/known_hosts
|
||||
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