You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 requestpull_requests:
deployment_preview:
type: terraform# Get a link to an ephemeral frontend deploymentpull_requests:
deployment_preview:
type: frontend
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.
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
The text was updated successfully, but these errors were encountered: