when I’m promoting changes from staging to prod, i...
# help
o
when I’m promoting changes from staging to prod, is there a way to enable that is also merges branched correspondingly staging -> main?
what’s intended use-case for promotion if I can achieve the same by merging branches? just trying to understand how to use it best
g
we normally deploy to staging when we merge into
main
- then manually promote to prod after that
just gives us one more chance to see everything runs smoothly and then the promote to prod is a conscious decision
f
Hey @Oleg Soroka, yeah we’ve seen teams having a similar workflow as @gligor described, where you can only deploy to Production manually. So no one on the team can git push to deploy to Production.