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

Pull Request Previews #5

Open
nicolaei opened this issue Mar 7, 2022 · 0 comments
Open

Pull Request Previews #5

nicolaei opened this issue Mar 7, 2022 · 0 comments

Comments

@nicolaei
Copy link
Contributor

nicolaei commented Mar 7, 2022

Adding pull request previews can make reviews easier by allowing teams to see the results.

Suggested Idea

For example terraform previews could be the terraform plan, and frontend previews can be deploys ala netlify.

Use GitHub deploys (so link this with #5) for a native experience.

# Generate terraform plan in your pull request
pull_requests:
  deployment_preview:
    type: terraform

# Get a link to an ephemeral frontend deployment
pull_requests:
  deployment_preview:
    type: frontend

For the terraform previews, it could also be possible to use workspaces.
Some inspiration: https://hackernoon.com/from-feature-branches-to-feature-environments-with-terraform-10973ycb

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