cloudcmd/shell/deploy.sh
2012-12-10 07:03:46 -05:00

12 lines
No EOL
223 B
Bash
Executable file

cd ..
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