mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
16 lines
No EOL
334 B
Bash
Executable file
16 lines
No EOL
334 B
Bash
Executable file
echo 'jitsu'
|
|
cp package.json tmp/package.json
|
|
echo 'y'|jitsu deploy
|
|
echo '://cloudcmd.jit.su'
|
|
cp tmp/package.json package.json
|
|
echo 'appfog'
|
|
af update
|
|
echo '://cloudcmd.aws.af.cm'
|
|
echo 'cloud foundry'
|
|
vmc update
|
|
echo '://cloudcmd.cloudfoundry.com'
|
|
echo 'nodester'
|
|
git push nodester master
|
|
echo 'heroku'
|
|
git push heroku master
|
|
cd shell |