mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
fix usage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/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
|
||||
|
||||
rm -rf .git
|
||||
|
||||
Reference in New Issue
Block a user