pixelplanet/deployment/deploy-dev.sh
2024-01-21 23:56:50 +01:00

6 lines
196 B
Bash
Executable File

#!/bin/sh
tar --exclude='./dist/tiles' --exclude='./dist/log' -cvJf /tmp/ppfun.tar.xz ./dist
scp /tmp/ppfun.tar.xz pixelplanet:/tmp/
rm /tmp/ppfun.tar.xz
ssh pixelplanet ./dev-deploy-from-temp.sh