Matthew Alexandros
09/13/2024, 11:08 AMJemayn
09/13/2024, 11:34 AMdev
branch which then gets merged into a stage
branch which gets merged into a live
branch.
And each of those branches would then correspond to an environment.
In your github actions you can have multiple deployment stages that target different environments, and they can then have a condition based on the branchname - so they will only trigger for their respective branchesMatthew Alexandros
09/13/2024, 12:00 PMMike Chambers
09/13/2024, 12:28 PM