Skip to content

changing BUILDPACK_URL doesn't update app configuration on heroku #163

Open
@matthargett

Description

@matthargett

result:
after changing our BUILDPACK_URL in the heroku.yml, our heroku app was still using autodetect.

expected result:
heroku_san should either update the heroku configuration, or provide a warning message that the BUILDPACK_URL does not match the application, when deploying.

our heroku.yml:
production:
app: cases-render-service-prod
config:
NODE_ENV: production
BUILDPACK_URL: https://github.com/ddollar/heroku-buildpack-multi.git
staging:
app: cases-render-service-staging
config:
NODE_ENV: production
BUILDPACK_URL: https://github.com/ddollar/heroku-buildpack-multi.git

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions