Adding an additonal deploy URL for testing purposes. #750
-
Hi, I currently have a I created a new project in contember-studio and selected the What I am looking for is to not disrupt the current Do I need to be owner of the project to host it? or Can I accomplish my requirement without being the owner of the repository? How can I accomplish my requirements without having any issues with the current prod and Github Actions setup in the project. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Kausik, Based on your requirements, here’s a general approach to set up a stage (development) environment without disrupting your current production setup: Create a new stage branch: Set up a new project: Configure deployment: Data transfer: Admin token for data import: Following these steps should help you deploy your development (stage) environment without impacting your current production setup or the existing GitHub Actions. Let me know if you need any further clarification or run into any issues during the process. |
Beta Was this translation helpful? Give feedback.
Hi Kausik,
Based on your requirements, here’s a general approach to set up a stage (development) environment without disrupting your current production setup:
Create a new stage branch:
Create a new branch (for example, named deploy/stage) from your production branch. This ensures that the stage branch has the same schema as production, avoiding issues during the initial data import.
Set up a new project:
In Contember cloud management (https://selfcare.eu.contember.cloud/my-organizations), create a new project. Make sure to create it within a brand new project group, as using an existing project group isn’t supported right now. After the new project is created make sure to generate a bran…