Update push.yml
This commit is contained in:
parent
35c08bd89f
commit
70af0cfc23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -16,4 +16,4 @@ jobs:
|
|||
run: |
|
||||
TEMP=$(mktemp)
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > $TEMP
|
||||
ssh -o 'StrictHostKeyChecking no' -i $TEMP mattthetekie@venith.net 'bash -s' < "rm -rf /var/www/venith && cd /var/www/ && git clone https://github.com/VenithNET/VENITH.NET/ && mv VENITH.NET venith"
|
||||
ssh -o 'StrictHostKeyChecking no' -i $TEMP mattthetekie@venith.net 'bash -s' < "mkdir /var/www/venith && rm -rf /var/www/venith && cd /var/www/ && git clone https://github.com/VenithNET/VENITH.NET/ && mv VENITH.NET venith"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue