beta.r3js.org
Theunis J. Botha 2017-03-28 13:55:30 +02:00
parent 25ffe19d77
commit cf7379d132
2 changed files with 6 additions and 0 deletions

View File

@ -23510,3 +23510,6 @@ exit
r
sudo service nginx restart
exit
ssh gw-new
r
ssh gw-new

View File

@ -11,6 +11,9 @@ do
cd $dir
git branch
git pull
if [ -f "package.json" ]; then
npm install
fi
if [ -f "bower.js" ]; then
bower install
fi