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

Trigger prod deployment if no Terraform changes #192

Open
2 tasks
bengerman13 opened this issue Nov 4, 2021 · 0 comments
Open
2 tasks

Trigger prod deployment if no Terraform changes #192

bengerman13 opened this issue Nov 4, 2021 · 0 comments

Comments

@bengerman13
Copy link
Contributor

we have thorough acceptance tests on this app, so we are safe to deploy code-only changes to prod without human intervention

Acceptance Criteria

  • GIVEN a new version of the broker code
    WHEN the version has passed staging acceptance tests
    AND the version does not trigger any changes in terraform
    THEN the version should trigger a production build
  • GIVEN a new version of the broker code
    WHEN the version has passed staging acceptance tests
    AND the version triggers changes in terraform
    THEN the version should require human intervention to trigger a production deployment

Security considerations

None

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

1 participant