Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitodl/herokuconfigurator
https://github.com/mitodl/herokuconfigurator
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitodl/herokuconfigurator
- Owner: mitodl
- Created: 2023-06-23T15:54:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T16:11:49.000Z (9 months ago)
- Last Synced: 2024-04-14T00:48:21.112Z (9 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Concourse CI resource to read a YAML file as input
and set a series of Heroku configuration variables.The variables as well as the application's name are specified
in the YAML file. Here's an example:```yaml
---
heroku_application: global-thermonuclear-war
configurables:
CHRIS_BOGUS_TEST: 'YAY BOGUS VALUE'
BOO_MORE_BOGUS: 'Bogons bogons everywhere'
WOW_I_HATE_YAML: 'It is an escaping purgatory'
LOW_GRADE_PANIC: 'Fnord.'
```This resource requires the HEROKU_API_KEY system
environment variable to contain a valid Heroku API key.