Update push.yml

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

View file

@ -27,3 +27,13 @@ jobs:
proxy_host: ${{ secrets.IP }}
proxy_username: mattthetekie
proxy_password: ${{ secrets.PASS }}
- 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: whoami