Keven Le Moing
10/17/2023, 1:52 PMNate
10/17/2023, 1:56 PMJamie Zieziula
10/17/2023, 2:00 PMKeven Le Moing
10/18/2023, 7:07 AMprefect —no-prompt deploy -n _flow_name_
.
The error I got with the Github prefect action was:
An entrypoint must be provided:
prefect deploy path/to/file.py:flow_function
...Even though I had my entrypoint specified in the prefect.yaml.
So my assumption was that this file was re-created on-the-fly by the github action instead of using the one we filled.
Anyway the prefect command deploy --no-prompt is exactly what I was looking for, many thanks!