Hi Everyone, I am trying to create a deployment th...
# ask-community
s
Hi Everyone, I am trying to create a deployment that triggers an automation. is there a way to create the automation as disabled by default as specified in the Prefect.yaml deployment?
k
in your trigger definition, set
- enabled: false
actually, I think I misread your question. Are you trying to make a deployment with a trigger on it, so when the trigger fires the deployment runs? Or are you trying to make an automation that runs a deployment?
s
Yes enabled flag was the one I was looking for. I couldnt find that info on the readme but did find it in the source code.
@Kevin Grismore Also, new automations are created with each deployment. is there a way to overwrite existing ones?