pixelplanet/deployment/deploy.sh
2023-12-28 18:15:48 +01:00

5 lines
154 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