Add support for Pantheon
Add support for Pantheon
@naveenvalecha thank you for your suggestion
My understanding of how Pantheon suggest to use their proprietary opinionated workflow is very limited, so I would love to get some help and direction on this.
Connecting source (GitHub) repo to the Pantheon's repo is possible via using a code Artifact (similar to what is already provided in Vortex for Acquia): CI would build the code and would commit it to the Pantheon's codebase. Anything that happens after that commit workflow-wise - will be hard to control/support in Vortex as Pantheon does not allow to deploy specific branches to STAGE or PROD envs - those need to be manually deployed - so using git-flow approach for releasing your sites will be hard.
But I'm open to discussions and suggestions.