add deploy script

This commit is contained in:
HF 2023-12-28 18:15:48 +01:00
parent dfe64159bb
commit 245d2242d5

4
deployment/deploy.sh Executable file
View File

@ -0,0 +1,4 @@
#!/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