jpuris
07/30/2023, 4:32 PMprefect deploy
? ☀️
I've found the PrefectHQ/actions-prefect-deploy, but the company is committed on using Gitlab 😞jpuris
07/30/2023, 4:38 PMprefect deploy --no-promt --name <deployment_name>
on our local dev machines.
I'm looking to automate this step as part of Gitlab pipeline.jawnsy
07/30/2023, 5:07 PMjpuris
07/30/2023, 5:13 PMprefect --no-prompt deploy --name "$name"
I'd imagine this would not work, when you've got following build steps in the prefect.yaml
- prefect_docker.deployments.steps.build_docker_image
- prefect_docker.deployments.steps.push_docker_image
As that requires docker engine available.
I'm just curious, what would you need to do to make it work in github actions?
This would help me to put together the gitlab version of it..jawnsy
07/30/2023, 5:16 PMjpuris
07/30/2023, 5:17 PM