Login
4 branches 0 tags
Ben (U939/Arch Linux) Multiple replicas? daf9bfc 1 month ago 36 Commits
rubhub / deploy
#!/usr/bin/env bash
rsync -avhe ssh ./ --exclude '.env' --exclude '.git' --exclude 'data' --exclude 'node_modules' --exclude 'target' rubhub.net:~/src/rubhub
ssh rubhub.net 'DOCKER_BUILDKIT=1 cd src/rubhub && docker compose up -d --build'