Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created December 3, 2014 05:01
Show Gist options
  • Save jkutner/2e1ac69cde933390b81c to your computer and use it in GitHub Desktop.
Save jkutner/2e1ac69cde933390b81c to your computer and use it in GitHub Desktop.
$ heroku config:set MY_VAR="language: bash
>
> branches:
> only:
> - master
> "
Setting config vars and restarting jkutner-test... done, v4
MY_VAR: language: bash
branches:
only:
- master
$ heroku config
=== jkutner-test Config Vars
MY_VAR: language: bash
branches:
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment