Sourav Sarkar
10/25/2021, 9:30 AMdevelop
and master
respectively). As in our service we have dynamodb etc, so tearing down staging. / prod will be too much issue at a later date.Frank
Is there a way we can sync the seed deployment status with gitlab.If you use the PR workflow, a summary of the deployed resources will be printed on the MR page as a comment.
the stage was there shown by the MR number and it was less verboseThat’s a good point! I can see showing the branch name instead can be more intuitive. Let me add that to our roadmap.
if I switch to MR based deployment do I need to tear down our staging and prod ?Nope. When you enable PR workflow on SEED, your existing stages are not affected. Only change will be that when you create a new MR on GitLab, a stage will be automatically created on SEED, and when the MR is closed, the stage is automatically cleaned up.
Frank