Update bot-start.sh

This commit is contained in:
Alex
2020-05-02 11:33:01 -05:00
committed by GitHub
parent e503521fe6
commit 629486d04a

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
echo "Updating"
#Update Node Based stuff
cd /home/ceasharks/github/Osselbot/
n stable
cd /home/ec2-user/github/Osselbot/
nvm node
npm upgrade
#update code
git pull --force