Osselbot/old stuff/bot-start.sh

13 lines
202 B
Bash
Raw Normal View History

2020-02-16 16:40:54 -05:00
#!/usr/bin/env bash
echo "Updating"
2020-03-23 13:45:31 -04:00
#Update Node Based stuff
2020-05-02 12:33:01 -04:00
cd /home/ec2-user/github/Osselbot/
nvm node
2020-04-04 19:01:46 -04:00
npm upgrade
2020-03-23 13:45:31 -04:00
#update code
2020-02-16 17:24:49 -05:00
git pull --force
2020-03-23 13:45:31 -04:00
#Starts the bot
2020-03-26 12:30:07 -04:00
cd ./src
2020-02-16 16:40:54 -05:00
echo "STARTING"
2020-03-26 12:30:07 -04:00
node index.js