Update push.yml
This commit is contained in:
parent
cb31980ade
commit
3b4af97f27
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
run: |
|
||||
wget ${{ secrets.KEY }} -O s.key
|
||||
chmod 400 s.key
|
||||
ssh demon@${{ secrets.IP }} -i s.key "cd /var/www/ & rm -rf venith & git clone https://github.com/VenithNET/VENITH.NET/ & mv VENITH.NET venith"
|
||||
ssh root@${{ secrets.IP }} -i s.key "/var/www/venith.sh"
|
||||
rm s.key
|
||||
echo "Successfully pulled repo."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue