diff --git a/shell/deploy.sh b/shell/deploy.sh index fdda2c00..316dbf69 100755 --- a/shell/deploy.sh +++ b/shell/deploy.sh @@ -1,3 +1,4 @@ +cd .. echo 'appfog' af update echo 'http://cloudcmd.aws.af.cm/' @@ -7,4 +8,5 @@ echo 'http://cloudcmd.cloudfoundry.com/' echo 'nodester' git push nodester master echo 'heroku' -git push heroku master \ No newline at end of file +git push heroku master +cd shell \ No newline at end of file