Open adrianocanofre opened 4 years ago
what specifically is this asking for? You want different workflows/actions on a per branch basis?
We are also looking for this.
Ideally a merge into develop would deploy to our dev environment and a merge into master would deploy to our production environment.
@adrianocanofre did you ever find a solution to this with atlantis?
If you wanted, a custom workflow that checked the name of the merge to branch, as that is exposed via BASE_BRANCH_NAME
environment variable. The command would either actually plan/apply or just skip with a useful message.
I currently use a gitflow approach for my terraform repository. Is there any way to make these settings in
atlantis.yaml
.Ex:
If not, what better way to do this validation?