Skip to content

Commit

Permalink
Heroku app env var
Browse files Browse the repository at this point in the history
  • Loading branch information
flurdy committed Nov 5, 2017
1 parent bd6155c commit 72f3384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -70,4 +70,4 @@ jobs:

- run:
name: Deploy to Heroku staging
command: cat /dev/null | activator deployHeroku
command: cat /dev/null | activator -DherokuApp=$HEROKU_APP deployHeroku
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -46,4 +46,4 @@ herokuProcessTypes in Compile := Map(
"web" -> "target/universal/stage/bin/wishlist -Dconfig.resource=production.conf -Dhttp.port=$PORT"
)

herokuAppName in Compile := sys.props.getOrElse("HEROKU_APP_ENV","")
herokuAppName in Compile := sys.props.getOrElse("herokuApp","")

0 comments on commit 72f3384

Please sign in to comment.