what's the magic word to get what you want?

This commit is contained in:
sel 2026-04-25 14:16:02 +02:00
parent a3e52955e1
commit 6afdf6569d

View file

@ -32,6 +32,6 @@ deploy-job:
- cp "$SSH_KNOWN_HOSTS" ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- rsync -avz --delete public/ debian@wasp.best:/var/www/html/
- sudo rsync -avz --delete public/ debian@wasp.best:/var/www/html/
only:
- main