<@ULVA73B9P> I have a single docker-compose servic...
# ask-marvin
a
@Marvin I have a single docker-compose service which is the
prefect-server
I want to deploy the flows from the same app, right now whenever I
docker compose up
I have to run the
deploy_flows.py
script that basically uses the
serve
call and then deploys them, how can I automate this?