Login
4 branches 0 tags
Ben (Desktop/Arch) Reorganized askama templates 19b30f1 18 days ago 217 Commits
rubhub / deploy
#!/usr/bin/env bash
rsync -avhze ssh ./ --exclude={'/.direnv','/.claude','/.env','/.git','/data','/node_modules','/target','/dist'} --delete rubhub:~/src/rubhub
ssh rubhub 'cd src/rubhub && ./deploy.systemd'