Deploy cloud infrastructure without expertise with Coiled
"example-coiled-pool"
that we created in the last step.
”my-image”
that you would replace with your own image location. Alternatively, if you don’t enjoy working with Docker, see the section Dockerless Execution below.
Our deployment is now launched and we can execute runs either on the command line using the command printed out:
example_flow.py
with your flow defined, and a prefect.yaml
deployment configuration file .
prefect deploy
command, which makes it ready to run in the cloud.
prefect.yaml
file:
.deploy
call.
@coiled.function
decorator.
Let’s modify our example from above: