@@ -122,7 +122,7 @@ jobs:
122
122
runs-on : ubuntu-latest
123
123
steps :
124
124
- name : Deploy to Astro
125
- uses :
astronomer/[email protected] .0
125
+ uses :
astronomer/[email protected] .1
126
126
with :
127
127
deployment-id : <deployment id>
128
128
parse : true
@@ -137,7 +137,7 @@ In the following example, the folder `/example-dags/` is specified as the root f
137
137
` ` ` yaml
138
138
steps:
139
139
- name: Deploy to Astro
140
- uses: astronomer/[email protected] .0
140
+ uses: astronomer/[email protected] .1
141
141
with:
142
142
deployment-id: <deployment id>
143
143
root-folder: /example-dags/
@@ -150,7 +150,7 @@ In the following example, the pytest located at `/tests/test-tags.py` runs befor
150
150
` ` ` yaml
151
151
steps:
152
152
- name: Deploy to Astro
153
- uses: astronomer/[email protected] .0
153
+ uses: astronomer/[email protected] .1
154
154
with:
155
155
deployment-id: <deployment id>
156
156
pytest: true
@@ -164,7 +164,7 @@ In the following example, `force` is enabled and both the DAG parse and pytest p
164
164
` ` ` yaml
165
165
steps:
166
166
- name: Deploy to Astro
167
- uses: astronomer/[email protected] .0
167
+ uses: astronomer/[email protected] .1
168
168
with:
169
169
deployment-id: <deployment id>
170
170
force: true
@@ -207,7 +207,7 @@ jobs:
207
207
build-args : |
208
208
<your-build-arguments>
209
209
- name : Deploy to Astro
210
- uses :
astronomer/[email protected] .0
210
+ uses :
astronomer/[email protected] .1
211
211
with :
212
212
deployment-id : <deployment id>
213
213
deploy-type : image-and-dags
@@ -222,7 +222,7 @@ In the following example we would be deploying the dbt project located at `dbt`
222
222
``` yaml
223
223
steps :
224
224
- name : DBT Deploy to Astro
225
- uses :
astronomer/[email protected] .0
225
+ uses :
astronomer/[email protected] .1
226
226
with :
227
227
deployment-id : <deployment id>
228
228
deploy-type : dbt
@@ -236,7 +236,7 @@ In the following example we would setup a workflow to deploy dags/images located
236
236
` ` ` yaml
237
237
steps:
238
238
- name: DBT Deploy to Astro
239
- uses: astronomer/[email protected] .0
239
+ uses: astronomer/[email protected] .1
240
240
with:
241
241
deployment-id: <deployment id>
242
242
deploy-type: dbt
@@ -256,7 +256,7 @@ In the following example, the deployment is woken up from hibernation before dep
256
256
` ` ` yaml
257
257
steps:
258
258
- name: Deploy to Astro
259
- uses: astronomer/[email protected] .0
259
+ uses: astronomer/[email protected] .1
260
260
with:
261
261
deployment-id: <deployment id>
262
262
wake-on-deploy: true
@@ -292,7 +292,7 @@ jobs:
292
292
runs-on: ubuntu-latest
293
293
steps:
294
294
- name: Create Deployment Preview
295
- uses: astronomer/[email protected] .0
295
+ uses: astronomer/[email protected] .1
296
296
with:
297
297
action: create-deployment-preview
298
298
deployment-id: <orginal deployment id>
@@ -317,7 +317,7 @@ jobs:
317
317
runs-on: ubuntu-latest
318
318
steps:
319
319
- name: Deploy to Deployment Preview
320
- uses: astronomer/[email protected] .0
320
+ uses: astronomer/[email protected] .1
321
321
with:
322
322
action: deploy-deployment-preview
323
323
deployment-id: <orginal deployment id>
@@ -342,7 +342,7 @@ jobs:
342
342
runs-on: ubuntu-latest
343
343
steps:
344
344
- name: Deploy to Deployment Preview
345
- uses: astronomer/[email protected] .0
345
+ uses: astronomer/[email protected] .1
346
346
with:
347
347
action: deploy-deployment-preview
348
348
deploy-type: dbt
@@ -369,7 +369,7 @@ jobs:
369
369
runs-on: ubuntu-latest
370
370
steps:
371
371
- name: Delete Deployment Preview
372
- uses: astronomer/[email protected] .0
372
+ uses: astronomer/[email protected] .1
373
373
with:
374
374
action: delete-deployment-preview
375
375
deployment-id: <orginal deployment id>
@@ -394,7 +394,7 @@ jobs:
394
394
runs-on: ubuntu-latest
395
395
steps:
396
396
- name: Deploy to Astro
397
- uses: astronomer/[email protected] .0
397
+ uses: astronomer/[email protected] .1
398
398
with:
399
399
deployment-id: <orginal deployment id>
400
400
` ` `
0 commit comments