···3435[group('build')]
36postbuild-web:
37- ls -a
38- cd bskyweb && go build -o bskyweb ./cmd/bskyweb/
39- cd ..
40- tar -czf catskyweb.tar.gz bskyweb/
41- rsync -avz -e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" catskyweb.tar.gz catsky@${VPS_IP}:/tmp/catsky/
42- # TODO: something to trigger the daemon rerun on the VPS.
4344[group('dev')]
45dev-android-setup: prebuild-android
···3435[group('build')]
36postbuild-web:
37+ # after doing the expo web build, we compress the bskyweb folder and send it to vps.
38+ # no need to build the go binary as we'll do that on vps.
39+ tar -czf catskyweb.tar.gz bskyweb/
40+ rsync -avz -e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" catskyweb.tar.gz catsky@${VPS_IP}:/tmp/catsky/
41+ # TODO: something to trigger the daemon rerun on the VPS.
04243[group('dev')]
44dev-android-setup: prebuild-android