https://prefect.io logo
Title
t

Torstein Molland

01/31/2023, 1:18 PM
Hi, We're using the prefect CLI in GitHub Actions to build and apply flows. However, it does not seem to re-apply/update the deployment on subsequent runs if changes have been made to the deployment e.g. I just ran this:
prefect deployment build -n $PROJECT -q $PROJECT -a -sb s3/$S3_BLOCK_NAME -v $GITHUB_SHA -o $FLOW_NAME.yaml flows/test/test.py:$FLOW_NAME --timezone 'UTC' --cron '0 22 * * 1,2,3,5'
but the schedule was not updated. Am I perhaps misunderstanding how to use the
-a
parameter?
1
Found the issue, it was a typo in the command (as usual 😅 ) have a good one!
🙃 1
🎉 1
:thank-you: 1