Replies: 2 comments 3 replies
-
Hello @Manubi , The team is currently working on this and it should arrive in the upcoming weeks. The idea is to offer "multi-env" support as you described. Perhaps this can assist you while we don't release this. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@Manubi Check out https://github.com/UnlyEd/next-right-now, it does exactly that. Maybe you can use it as a boilerplate if you're starting from scratch, or learning from how we did things to support multi-env. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
what is the best solution to get a setup where I can set different env variables for the different environments and can deploy them to different urls such as http://dev.my-domain.com, http://staging.my-domain.com...
Ideally if i push the dev branch into the staging branch it will push it to http://staging.my-domain.com
How do you guys do it?
Beta Was this translation helpful? Give feedback.
All reactions