Ad-hoc preview environments #93
timkelty
started this conversation in
Feature Requests & Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to Heroku's Review Apps.
The idea is you would define a branch scheme, e.g.
feature/*
which would automatically spin up temporary environments when pushed.The difficult lies in the DB and assets – we need to define how we clone/sync, or if the ad-hoc environments reference a real environment, but are read-only?
Beta Was this translation helpful? Give feedback.
All reactions