Created
December 3, 2014 05:01
-
-
Save jkutner/2e1ac69cde933390b81c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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