Update push.yml

This commit is contained in:
MattTheTekie 2024-03-09 17:40:09 -05:00 committed by GitHub
commit 3b4af97f27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."