How are folks structuring their CI/CD pipelines fo...
# flyte-support
w
How are folks structuring their CI/CD pipelines for Flyte? Do folks use Flyte in their integration testing? (e.g. run a fast workflow when a PR is open then use a webhook to trigger the deploy)
f
Yes this does happen a lot
It depends on team to team, but often on merging to master or before or if you have a fi/cd system before deploying to prod in a prior stage
You can use flyte remote or the cli with wait
w
Thanks Ketan! 🙂