If any one is interested in how you can: 1. Define...
# show-us-what-you-got
b
If any one is interested in how you can: 1. Define Deployments in a separate repo from flows 2. Define Deployments that run any docker container and command (not just prefect flows) Here is an [experimental repo](https://github.com/datavaluepeople/prefect_deployment_experiment) that shows how. Thanks @Anna Geller and @Khuyen Tran for the support on this.
🙏 5
🎉 8
🚀 5
z
This is a fun use of infrastructure blocks to run a command via a deployment 🙂
You could also write a flow that uses an infrastructure block to run the command. Then the flow can just run using
Process
infrastructure and run a command in the
DockerContainer
infra