Login
4 branches 0 tags
Ben (Desktop/Arch) Removed now superfluous .env examples 5b44fb9 2 months ago 216 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'