Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Commercial Buildpack #4

Open
brh55 opened this issue Jun 8, 2018 · 0 comments
Open

Create Commercial Buildpack #4

brh55 opened this issue Jun 8, 2018 · 0 comments
Assignees

Comments

@brh55
Copy link
Member

brh55 commented Jun 8, 2018

The purpose of the buildpack is to simplify the process for the user to set up their destroy, and create scripts. As a result, this buildpack will create an associated postdeploy and pre-pr scripts.

  • When user provision add-ons, we will provide an associated API_KEY within an ENV Variable
  • Buildpack will create the scripts that will simply make API calls to the third party service with the payloads.
    PSUEDO Example:
    - post-pr: curl -X POST -d post-pr.json https://heymako.com/botops/api/create
    - pr-destroy: curl -X POST pr-destroy.json https://heymako/botops/api/destroy
  • All user has to do is add buildpack, and they will need to set scripts within their app.json
@jasonwalsh jasonwalsh self-assigned this Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants