Commit 5e0d42fc authored by Noah Zoschke's avatar Noah Zoschke

fix usage

parent ad8bebe0
#!/bin/bash #!/bin/bash
[[ $GITHUB_AUTH = "" ]] && { echo "usage: GITHUB_AUTH=user:pass ./push.sh"; exit 1; } [[ $GITHUB_AUTH = "" ]] && { echo "usage: GITHUB_AUTH=user:pass ./deploy.sh"; exit 1; }
heroku destroy --app canary-django --confirm canary-django heroku destroy --app canary-django --confirm canary-django
rm -rf .git rm -rf .git
......
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