Ben made a build
This commit is contained in:
parent
e7eb8159b6
commit
6c7d9a4ffd
6
deploy-tracker.sh
Normal file
6
deploy-tracker.sh
Normal 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"
|
||||
Reference in New Issue
Block a user