You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I have multiple environments to deploy to (ie. test, staging, prod) which are specified in my atlantis config as different projects with the same directory. I'd like a way to specify that staging depends on test, and prod depends on staging and thus influence the order of applies so one must apply to test first, staging second and prod last.
Of note, I am not asking for project dependencies of projects not involved in a PR, so if someone specifies a dependency of a project that doesn't have any changes, then that project dependency should be factored in as a dependency.
The text was updated successfully, but these errors were encountered:
On Jul 19, 2019, at 10:06 AM, Michael Hsu ***@***.***> wrote:
I have a use case where I have multiple environments to deploy to (ie. test, staging, prod) which are specified in my atlantis config as different projects with the same directory. I'd like a way to specify that staging depends on test, and prod depends on staging and thus influence the order of applies so one must apply to test first, staging second and prod last.
Of note, I am not asking for project dependencies of projects not involved in a PR, so if someone specifies a dependency of a project that doesn't have any changes, then that project dependency should be factored in as a dependency.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I have a use case where I have multiple environments to deploy to (ie. test, staging, prod) which are specified in my atlantis config as different projects with the same directory. I'd like a way to specify that staging depends on test, and prod depends on staging and thus influence the order of applies so one must apply to test first, staging second and prod last.
Of note, I am not asking for project dependencies of projects not involved in a PR, so if someone specifies a dependency of a project that doesn't have any changes, then that project dependency should be factored in as a dependency.
The text was updated successfully, but these errors were encountered: