Ben made a build

This commit is contained in:
pepper 2021-01-22 01:01:09 -05:00
parent e7eb8159b6
commit 6c7d9a4ffd

6
deploy-tracker.sh Normal file
View File

@ -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"