This topic was automatically generated from Slack. You can find the original thread here.
Is there a way to setup a sort of dev->test->production-like pipeline with workflows?
This topic was automatically generated from Slack. You can find the original thread here.
Is there a way to setup a sort of dev->test->production-like pipeline with workflows?
Check out GitHub Sync
Thanks! I saw that. Certainly helpful – I guess what I’m asking, though, is if it’s possible to be running 3 different versions of the “same” project in a deployed state. Where they are pulling on the same Repo, but possibly different branches or commits?
I see in the documents it is not possible to sync an existing GitHub Repo with workflows to a new pipedream project…
No, I don’t think so. What you can do is manually move a workflow between your 3 projects to represent this flow.
Interesting. So in this way you could substitute variables? I.e. if there is a dev/test/prod key – the workflow + projects could use the same variable name, but the sub the actual value depending on the project?
Yea I believe this should work for what you’re looking for - Environment Variables - Pipedream