Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lschans committed Nov 19, 2014
1 parent dadf5f0 commit 643f982
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# PHPStorm idea files
.idea

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

Expand Down
1 change: 1 addition & 0 deletions update_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sleep 5
cd /opt/ironbane-dev-server/
/usr/bin/git pull
/usr/bin/git checkout master
/usr/bin/nodejs /opt/ironbane-ironbot/notify.js "running npm install" blue
/usr/bin/sudo npm install
/usr/bin/sudo restart ironbane-dev-server
/usr/bin/nodejs /opt/ironbane-ironbot/notify.js "ironbane-dev-server up2date and restarted" yellow
2 changes: 2 additions & 0 deletions update_ironbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ sleep 5
cd /opt/ironbane-ironbot/
/usr/bin/git pull
/usr/bin/git checkout master
/usr/bin/nodejs /opt/ironbane-ironbot/notify.js "running npm install" blue
/usr/bin/sudo npm install
/usr/bin/nodejs /opt/ironbane-ironbot/notify.js "I am up2date and will restart myself" blue
/usr/bin/sudo restart ironbane-ironbot

0 comments on commit 643f982

Please sign in to comment.