From 145ed3e8096156e01746f6059fc47f62dafd396f Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Thu, 7 Mar 2024 19:54:30 -0500 Subject: [PATCH] update readme to use correct input param (#41) Co-authored-by: jamie zieziula --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee3d105..d3bcde4 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ jobs: with: deployment-names: Simple requirements-file-paths: ./examples/simple/requirements.txt - prefect-file: ./examples/simple/prefect.yaml + deployment-file-path: ./examples/simple/prefect.yaml ``` ### Multi-Deployment Prefect Deploy @@ -93,7 +93,7 @@ jobs: with: deployment-names: Simple_Deployment_1,Simple_Deployment_2 requirements-file-paths: ./examples/multi-deployment/deployment-1/requirements.txt,./examples/multi-deployment/deployment-2/requirements.txt - prefect-file: ./multi-deployment/prefect.yaml + deployment-file-path: ./multi-deployment/prefect.yaml ``` ### Multi-Deployment Prefect Deploy of all Deployments defined in `prefect.yaml` @@ -116,7 +116,7 @@ jobs: with: all-deployments: "true" requirements-file-paths: ./examples/multi-deployment/deployment-1/requirements.txt,./examples/multi-deployment/deployment-2/requirements.txt - prefect-file: ./examples/multi-deployment/prefect.yaml + deployment-file-path: ./examples/multi-deployment/prefect.yaml ``` ### Basic Docker Auth w/ Prefect Deploy @@ -154,7 +154,7 @@ jobs: with: deployment-names: Docker requirements-file-paths: ./examples/docker/requirements.txt - prefect-file: ./examples/docker/prefect.yaml + deployment-file-path: ./examples/docker/prefect.yaml ``` ### GCP Workload Identity w/ Prefect Deploy @@ -197,7 +197,7 @@ jobs: with: deployment-names: Docker requirements-file-paths: ./examples/docker/requirements.txt - prefect-file: ./examples/docker/prefect.yaml + deployment-file-path: ./examples/docker/prefect.yaml ``` ## Terms & Conditions