Skip to content

Commit

Permalink
Fix BACKPLANE_LABELS
Browse files Browse the repository at this point in the history
  • Loading branch information
voutasaurus authored Sep 21, 2017
1 parent 0393696 commit 84b6a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the Backplane buildpack to the list of buildpacks for your Heroku app and
configure:

$ heroku buildpacks:add https://github.com/backplane/backplane-heroku-buildpack
$ heroku config:set BACKPLANE_LABELS="some:label" $(backplane generate env | grep TOKEN)
$ heroku config:set BACKPLANE_LABELS="some=label" $(backplane generate env | grep TOKEN)

You are now ready to deploy:

Expand Down

0 comments on commit 84b6a91

Please sign in to comment.