Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitodl/herokuconfigurator


https://github.com/mitodl/herokuconfigurator

Last synced: 7 days ago
JSON representation

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.