Skip to content

mitodl/herokuconfigurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e30ab0e · Feb 24, 2025

History

73 Commits
Apr 29, 2024
Jun 28, 2023
Jun 26, 2023
Jun 24, 2024
Oct 12, 2024
Jun 28, 2023
Feb 24, 2025
Dec 7, 2024
Oct 20, 2023

Repository files navigation

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:

---
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.