Skip to content

Commit 47ca94c

Browse files
authored
Bump deploy action version to 0.10.0 (#112)
1 parent ef3b6be commit 47ca94c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
steps:
124124
- name: Deploy to Astro
125-
uses: astronomer/deploy-action@v0.9.0
125+
uses: astronomer/deploy-action@v0.10.0
126126
with:
127127
deployment-id: <deployment id>
128128
parse: true
@@ -137,7 +137,7 @@ In the following example, the folder `/example-dags/` is specified as the root f
137137
```yaml
138138
steps:
139139
- name: Deploy to Astro
140-
uses: astronomer/deploy-action@v0.9.0
140+
uses: astronomer/deploy-action@v0.10.0
141141
with:
142142
deployment-id: <deployment id>
143143
root-folder: /example-dags/
@@ -150,7 +150,7 @@ In the following example, the pytest located at `/tests/test-tags.py` runs befor
150150
```yaml
151151
steps:
152152
- name: Deploy to Astro
153-
uses: astronomer/deploy-action@v0.9.0
153+
uses: astronomer/deploy-action@v0.10.0
154154
with:
155155
deployment-id: <deployment id>
156156
pytest: true
@@ -164,7 +164,7 @@ In the following example, `force` is enabled and both the DAG parse and pytest p
164164
```yaml
165165
steps:
166166
- name: Deploy to Astro
167-
uses: astronomer/deploy-action@v0.9.0
167+
uses: astronomer/deploy-action@v0.10.0
168168
with:
169169
deployment-id: <deployment id>
170170
force: true
@@ -207,7 +207,7 @@ jobs:
207207
build-args: |
208208
<your-build-arguments>
209209
- name: Deploy to Astro
210-
uses: astronomer/deploy-action@v0.9.0
210+
uses: astronomer/deploy-action@v0.10.0
211211
with:
212212
deployment-id: <deployment id>
213213
deploy-type: image-and-dags
@@ -222,7 +222,7 @@ In the following example we would be deploying the dbt project located at `dbt`
222222
```yaml
223223
steps:
224224
- name: DBT Deploy to Astro
225-
uses: astronomer/deploy-action@v0.9.0
225+
uses: astronomer/deploy-action@v0.10.0
226226
with:
227227
deployment-id: <deployment id>
228228
deploy-type: dbt
@@ -236,13 +236,13 @@ In the following example we would setup a workflow to deploy dags/images located
236236
```yaml
237237
steps:
238238
- name: DBT Deploy to Astro
239-
uses: astronomer/deploy-action@v0.9.0
239+
uses: astronomer/deploy-action@v0.10.0
240240
with:
241241
deployment-id: <deployment id>
242242
deploy-type: dbt
243243
root-folder: dbt
244244
- name: DAGs/Image Deploy to Astro
245-
uses: astronomer/deploy-action@v0.9.0
245+
uses: astronomer/deploy-action@v0.10.0
246246
with:
247247
deployment-id: <deployment id>
248248
root-folder: astro-project/
@@ -256,7 +256,7 @@ In the following example, the deployment is woken up from hibernation before dep
256256
```yaml
257257
steps:
258258
- name: Deploy to Astro
259-
uses: astronomer/deploy-action@v0.9.0
259+
uses: astronomer/deploy-action@v0.10.0
260260
with:
261261
deployment-id: <deployment id>
262262
wake-on-deploy: true
@@ -292,7 +292,7 @@ jobs:
292292
runs-on: ubuntu-latest
293293
steps:
294294
- name: Create Deployment Preview
295-
uses: astronomer/deploy-action@v0.9.0
295+
uses: astronomer/deploy-action@v0.10.0
296296
with:
297297
action: create-deployment-preview
298298
deployment-id: <orginal deployment id>
@@ -317,7 +317,7 @@ jobs:
317317
runs-on: ubuntu-latest
318318
steps:
319319
- name: Deploy to Deployment Preview
320-
uses: astronomer/deploy-action@v0.9.0
320+
uses: astronomer/deploy-action@v0.10.0
321321
with:
322322
action: deploy-deployment-preview
323323
deployment-id: <orginal deployment id>
@@ -342,7 +342,7 @@ jobs:
342342
runs-on: ubuntu-latest
343343
steps:
344344
- name: Deploy to Deployment Preview
345-
uses: astronomer/deploy-action@v0.9.0
345+
uses: astronomer/deploy-action@v0.10.0
346346
with:
347347
action: deploy-deployment-preview
348348
deploy-type: dbt
@@ -369,7 +369,7 @@ jobs:
369369
runs-on: ubuntu-latest
370370
steps:
371371
- name: Delete Deployment Preview
372-
uses: astronomer/deploy-action@v0.9.0
372+
uses: astronomer/deploy-action@v0.10.0
373373
with:
374374
action: delete-deployment-preview
375375
deployment-id: <orginal deployment id>
@@ -394,7 +394,7 @@ jobs:
394394
runs-on: ubuntu-latest
395395
steps:
396396
- name: Deploy to Astro
397-
uses: astronomer/deploy-action@v0.9.0
397+
uses: astronomer/deploy-action@v0.10.0
398398
with:
399399
deployment-id: <orginal deployment id>
400400
```

0 commit comments

Comments
 (0)