Update push.yml
This commit is contained in:
parent
1633c0e0b8
commit
3a318bcc57
1 changed files with 10 additions and 0 deletions
10
.github/workflows/push.yml
vendored
10
.github/workflows/push.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue