Skip to content

Commit

Permalink
update readme to use correct input param (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: jamie zieziula <[email protected]>
  • Loading branch information
jamiezieziula and jamie zieziula authored Mar 8, 2024
1 parent fa6ff04 commit 145ed3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 145ed3e

Please sign in to comment.