diff --git a/deploy-tracker.sh b/deploy-tracker.sh new file mode 100644 index 0000000..aa69ce2 --- /dev/null +++ b/deploy-tracker.sh @@ -0,0 +1,6 @@ +DEPLOY_PATH="/home/mxpoopzxzx/migration-tracker.pnet.app" + +rm -rf $DEPLOY_PATH/* +cp build.zip $DEPLOY_PATH/ + +cd $DEPLOY_PATH && unzip -o $DEPLOY_PATH/build.zip && echo "Successfully Deployed" || echo "Shits gone wrong, begin crying" \ No newline at end of file