Login
4 branches 0 tags
Ben (U939/Arch Linux) Code cleanup 2b7154f 1 month ago 35 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'