Update color levels
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 23s
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 23s
This commit is contained in:
parent
4c0124265a
commit
f125b84cad
4 changed files with 9 additions and 5 deletions
|
|
@ -47,4 +47,4 @@ jobs:
|
|||
ssh -o StrictHostKeyChecking=no -o BatchMode=yes root@alexselimov.com "echo 'SSH connection successful'" || echo "SSH connection failed"
|
||||
|
||||
- name: Deploy
|
||||
run: rsync -azvr public/* root@alexselimov.com:/var/www/alexselimov.com/
|
||||
run: rsync --delete -azvr public/* root@alexselimov.com:/var/www/alexselimov.com/ --exclude activity.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue