mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
17 lines
No EOL
331 B
Bash
Executable file
17 lines
No EOL
331 B
Bash
Executable file
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 '://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 |