pixelplanet/deployment/deploy.sh

6 lines
192 B
Bash
Raw Normal View History

2023-12-28 17:15:48 +00:00
#!/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
2024-01-04 14:19:36 +00:00
ssh pixelplanet ./deploy-from-temp.sh