actions-marketplace-validations/Heroku Django Deploy
Automatically deploys a Django app to Heroku
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| heroku_app_name | Heroku app name | yes | — |
| heroku_api_key | Heroku api key | yes | — |
| heroku_email_address | Heroku email address | yes | — |
| want_to_just_login | Want to just login | no | false |
| use_git | Deploy using git | no | false |
| use_docker | Deploy using docker Container registry | no | false |
| use_build_manifest | Deploy using heroku Build Manifest | no | false |
| disable_collect_static | Disable collect static on pushing | no | false |
| force_push | Force push to heroku if there are conflicts or git fast forwards issues | no | false |
| working-directory | The directory for the commands to execute in | — | ./ |
| git_branch | This is the default git branch you want to push from eg main or master | yes | — |
Outputs
| name | description |
|---|---|
| status | Status of the action |