Update push.yml
This commit is contained in:
parent
036fa53857
commit
8121b9f2bf
1 changed files with 3 additions and 3 deletions
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: remote ssh command
|
||||
uses: appleboy/ssh-action@v1.0.1
|
||||
with:
|
||||
host: 100.94.226.40
|
||||
host: 194.62.248.193
|
||||
username: demon
|
||||
password : ${{ secrets.PASS }}
|
||||
script: rm -rf /var/www/venith
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Push Files via SCP
|
||||
uses: appleboy/scp-action@master
|
||||
with:
|
||||
host: 100.94.226.40
|
||||
host: 194.62.248.193
|
||||
username: demon
|
||||
password : ${{ secrets.PASS }}
|
||||
source: "/home/runner/work/VENITH.NET/VENITH.NET/"
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: remote ssh command
|
||||
uses: appleboy/ssh-action@v1.0.1
|
||||
with:
|
||||
host: 100.94.226.40
|
||||
host: 194.62.248.193
|
||||
username: demon
|
||||
password : ${{ secrets.PASS }}
|
||||
proxy_port: 2035
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue