diff --git a/deployment/deploy.sh b/deployment/deploy.sh new file mode 100755 index 00000000..e5820951 --- /dev/null +++ b/deployment/deploy.sh @@ -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