Commit ad8bebe0 authored by Noah Zoschke's avatar Noah Zoschke

dont remove .git to allow testing afterwards

parent 6d97e0a0
...@@ -8,6 +8,5 @@ git add . && git commit -m 'Django skeleton' ...@@ -8,6 +8,5 @@ git add . && git commit -m 'Django skeleton'
heroku create canary-django --stack cedar 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 heroku config:add LANGUAGE_PACK_URL=https://${GITHUB_AUTH}@github.com/heroku/language-pack-python.git --app canary-django
git push heroku master git push heroku master
rm -rf .git
curl --head http://canary-django.herokuapp.com/ curl --head http://canary-django.herokuapp.com/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment