mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 20:22:29 +00:00
fixed bug with saving json to localStorage, it's always writed root directory
This commit is contained in:
parent
31349cc086
commit
ed4f497122
4 changed files with 114 additions and 95 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue