Update push.yml

This commit is contained in:
MattTheTekie 2024-03-09 12:29:23 -05:00 committed by GitHub
commit 47b5804d36
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: 194.62.248.193
host: 194.62.248.193:6666
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: 194.62.248.193
host: 194.62.248.193:6666
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: 194.62.248.193
host: 194.62.248.193:6666
username: demon
password : ${{ secrets.PASS }}
script: mv /var/www/venith/github/workspace/* /var/www/venith/ -f