From ad8bebe048c184deada6cd3683a2ef74de78b429 Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Wed, 18 May 2011 09:10:04 -0700 Subject: [PATCH] dont remove .git to allow testing afterwards --- test/canary_django/deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/canary_django/deploy.sh b/test/canary_django/deploy.sh index c6ed206..8dbd67b 100755 --- a/test/canary_django/deploy.sh +++ b/test/canary_django/deploy.sh @@ -8,6 +8,5 @@ git add . && git commit -m 'Django skeleton' heroku create canary-django --stack cedar heroku config:add LANGUAGE_PACK_URL=https://${GITHUB_AUTH}@github.com/heroku/language-pack-python.git --app canary-django git push heroku master -rm -rf .git curl --head http://canary-django.herokuapp.com/