fixed bug with saving json to localStorage, it's always writed root directory

This commit is contained in:
coderaiser 2013-03-15 08:33:47 -04:00
parent 31349cc086
commit ed4f497122
4 changed files with 114 additions and 95 deletions

View file

@ -1,10 +1,15 @@
cd ..
echo 'jitsu'
cp package.json tmp/package.json
jitsu deploy
echo '://cloudcmd.jit.su'
cp tmp/package.json package.json
echo 'appfog'
af update
echo 'http://cloudcmd.aws.af.cm/'
echo '://cloudcmd.aws.af.cm'
echo 'cloud foundry'
vmc update
echo 'http://cloudcmd.cloudfoundry.com/'
echo '://cloudcmd.cloudfoundry.com'
echo 'nodester'
git push nodester master
echo 'heroku'