Update push.yml

This commit is contained in:
MattTheTekie 2024-03-09 12:05:31 -05:00 committed by GitHub
commit 036fa53857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
- name: remote ssh command
uses: appleboy/ssh-action@v1.0.1
with:
host: ${{ secrets.IP }}
host: 100.94.226.40
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: ${{ secrets.IP }}
host: 100.94.226.40
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: ${{ secrets.IP }}
host: 100.94.226.40
username: demon
password : ${{ secrets.PASS }}
proxy_port: 2035