cloudcmd/shell/deploy.sh
2013-02-09 05:09:06 -05:00

11 lines
No EOL
217 B
Bash
Executable file

echo 'appfog'
af update
echo 'http://cloudcmd.aws.af.cm/'
echo 'cloud foundry'
vmc update
echo 'http://cloudcmd.cloudfoundry.com/'
echo 'nodester'
git push nodester master
echo 'heroku'
git push heroku master
cd shell