Heroku app name

Can I get the name of the heroku app on after_build

I have:

deploy:
  provider: heroku
  api_key: $HEROKU_API_KEY
  app:
    master: app-name
    staging: app-staging-name

At the moment, these names are used only in the deployment context, and simply passed through to dpl. What do you need the name for?

1 Like