Replies: 1 comment 1 reply
-
no this feature yet? anyone can confirm? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'd like to assign 3 domains to one branch (e.g.
main
branch)These domains will point only one
main
branch and all updates will be merged tomain
branch while developing. But continuous deployment will work for onlydevelop
env -develop.vercel.io
.If everything is looking good, I'd like to CLICK the release button (like AWS code pipeline) to apply changes to
staging
env -staging.vercel.io
.And same for production.
If everything is looking good in staging, I'd like to CLICK the release button manually to apply changes to
production
.Is this doable?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions