rectalogic
06/28/2022, 6:57 PMLocal
Storage, but then for production we want the same flow to run on our ECS agent using a GitHub
storage pointing to the same repo. With the UniversalRun
config it can run on either agent, but how do we make the storage conditional so it uses the correct storage depending on which agent it's targetted to?Kevin Kho
06/28/2022, 9:49 PMrectalogic
06/28/2022, 9:52 PMKevin Kho
06/28/2022, 9:53 PMrectalogic
06/28/2022, 10:03 PMmyflow.storage = GitHub()
or do I add the flow to the storage GitHub().add_flow(myflow)
?Kevin Kho
06/28/2022, 10:05 PMrectalogic
06/28/2022, 10:05 PMKevin Kho
06/28/2022, 10:06 PM