···34343535[group('build')]
3636postbuild-web:
3737- ls -a
3838- cd bskyweb && go build -o bskyweb ./cmd/bskyweb/
3939- cd ..
4040- tar -czf catskyweb.tar.gz bskyweb/
4141- rsync -avz -e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" catskyweb.tar.gz catsky@${VPS_IP}:/tmp/catsky/
4242- # TODO: something to trigger the daemon rerun on the VPS.
3737+ # after doing the expo web build, we compress the bskyweb folder and send it to vps.
3838+ # no need to build the go binary as we'll do that on vps.
3939+ tar -czf catskyweb.tar.gz bskyweb/
4040+ rsync -avz -e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" catskyweb.tar.gz catsky@${VPS_IP}:/tmp/catsky/
4141+ # TODO: something to trigger the daemon rerun on the VPS.
43424443[group('dev')]
4544dev-android-setup: prebuild-android