Osselbot/old stuff/bot-start.sh

13 lines
202 B
Bash
Raw Permalink Normal View History

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