Mike B
07/03/2024, 5:49 PMMarvin
07/03/2024, 5:49 PMprefect deploy
command without also deploying to the server. However, there is ongoing discussion and feature requests about enhancing the CLI for such functionalities.
You might need to generate the deployment YAML manually or use other means to automate this process within your CI/CD pipeline.
A potential workaround could be to use the Prefect API or client programmatically to generate and handle these configurations without actual deployment until ready.
For more detailed discussions or if you want to contribute to this feature, you might find these GitHub issues relevant:
- Expose additional functionality on the cli deploy command to prevent redundant build steps
- prefect deploy --all only needs to run build steps once - does it for each deployment
Should you need any code examples or further assistance with automating deployment configurations, feel free to ask.