Update color levels
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 23s

This commit is contained in:
Alex Selimov 2026-05-13 07:35:22 -04:00
parent 4c0124265a
commit f125b84cad
4 changed files with 9 additions and 5 deletions

View file

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