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