Login
4 branches 0 tags
Ben (U939/Arch Linux) Started to cleanup the codebase a little dbfd3e8 1 month ago 34 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'