This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
MigratorProject-frontend/deploy-tracker.sh
2021-01-22 01:01:09 -05:00

6 lines
232 B
Bash

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"