add restart command to deploy script

This commit is contained in:
HF 2024-01-04 15:19:36 +01:00
parent a6fe93dbe8
commit 467604051f

View File

@ -2,3 +2,4 @@
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 ./deploy-from-temp.sh