Update push.yml

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

View file

@ -15,6 +15,18 @@ jobs:
- name: Downloading Files
run: |
echo Downloading Files...
- name: remote ssh command
uses: appleboy/ssh-action@v1.0.1
with:
host: ${{ secrets.DEST_IP }}
username: mattthetekie
password : ${{ secrets.PASS }}
proxy_host: ${{ secrets.IP }}
proxy_username: mattthetekie
proxy_password: ${{ secrets.PASS }}
script: rm -rf /var/www/venith
- name: Push Files via SCP
uses: appleboy/scp-action@master
with:
@ -26,6 +38,7 @@ jobs:
proxy_host: ${{ secrets.IP }}
proxy_username: mattthetekie
proxy_password: ${{ secrets.PASS }}
- name: remote ssh command
uses: appleboy/ssh-action@v1.0.1
with: