Skip to content

Commit b598870

Browse files
authored
update tag reference in README to 0.7 (#83)
1 parent 1c0c1fe commit b598870

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
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: Deploy to Astro
102-
uses: astronomer/deploy-action@v0.6
102+
uses: astronomer/deploy-action@v0.7
103103
with:
104104
deployment-id: <deployment id>
105105
parse: true
@@ -114,7 +114,7 @@ In the following example, the folder `/example-dags/` is specified as the root f
114114
```yaml
115115
steps:
116116
- name: Deploy to Astro
117-
uses: astronomer/deploy-action@v0.6
117+
uses: astronomer/deploy-action@v0.7
118118
with:
119119
deployment-id: <deployment id>
120120
root-folder: /example-dags/
@@ -127,7 +127,7 @@ In the following example, the pytest located at `/tests/test-tags.py` runs befor
127127
```yaml
128128
steps:
129129
- name: Deploy to Astro
130-
uses: astronomer/deploy-action@v0.6
130+
uses: astronomer/deploy-action@v0.7
131131
with:
132132
deployment-id: <deployment id>
133133
pytest: true
@@ -141,7 +141,7 @@ In the following example, `force` is enabled and both the DAG parse and pytest p
141141
```yaml
142142
steps:
143143
- name: Deploy to Astro
144-
uses: astronomer/deploy-action@v0.6
144+
uses: astronomer/deploy-action@v0.7
145145
with:
146146
deployment-id: <deployment id>
147147
force: true
@@ -184,7 +184,7 @@ jobs:
184184
build-args: |
185185
<your-build-arguments>
186186
- name: Deploy to Astro
187-
uses: astronomer/deploy-action@v0.6
187+
uses: astronomer/deploy-action@v0.7
188188
with:
189189
deployment-id: <deployment id>
190190
deploy-type: image-and-dags
@@ -199,27 +199,27 @@ In the following example we would be deploying the dbt project located at `dbt`
199199
```yaml
200200
steps:
201201
- name: DBT Deploy to Astro
202-
uses: astronomer/deploy-action@v0.6
202+
uses: astronomer/deploy-action@v0.7
203203
with:
204204
deployment-id: <deployment id>
205205
deploy-type: dbt
206206
root-folder: dbt
207207
```
208208
209-
### Deploy DAGs anad DBT project from same repo
209+
### Deploy DAGs and DBT project from same repo
210210
211211
In the following example we would setup a workflow to deploy dags/images located at `astro-project` and dbt deploy from dbt project located at `dbt` folder in the same Github repo
212212

213213
```yaml
214214
steps:
215215
- name: DBT Deploy to Astro
216-
uses: astronomer/deploy-action@v0.6
216+
uses: astronomer/deploy-action@v0.7
217217
with:
218218
deployment-id: <deployment id>
219219
deploy-type: dbt
220220
root-folder: dbt
221221
- name: DAGs/Image Deploy to Astro
222-
uses: astronomer/deploy-action@v0.6
222+
uses: astronomer/deploy-action@v0.7
223223
with:
224224
deployment-id: <deployment id>
225225
root-folder: astro-project/
@@ -254,7 +254,7 @@ jobs:
254254
runs-on: ubuntu-latest
255255
steps:
256256
- name: Create Deployment Preview
257-
uses: astronomer/deploy-action@v0.6
257+
uses: astronomer/deploy-action@v0.7
258258
with:
259259
action: create-deployment-preview
260260
deployment-id: <orginal deployment id>
@@ -279,7 +279,7 @@ jobs:
279279
runs-on: ubuntu-latest
280280
steps:
281281
- name: Deploy to Deployment Preview
282-
uses: astronomer/deploy-action@v0.6
282+
uses: astronomer/deploy-action@v0.7
283283
with:
284284
action: deploy-deployment-preview
285285
deployment-id: <orginal deployment id>
@@ -304,7 +304,7 @@ jobs:
304304
runs-on: ubuntu-latest
305305
steps:
306306
- name: Deploy to Deployment Preview
307-
uses: astronomer/deploy-action@v0.6
307+
uses: astronomer/deploy-action@v0.7
308308
with:
309309
action: deploy-deployment-preview
310310
deploy-type: dbt
@@ -331,7 +331,7 @@ jobs:
331331
runs-on: ubuntu-latest
332332
steps:
333333
- name: Delete Deployment Preview
334-
uses: astronomer/deploy-action@v0.6
334+
uses: astronomer/deploy-action@v0.7
335335
with:
336336
action: delete-deployment-preview
337337
deployment-id: <orginal deployment id>
@@ -356,7 +356,7 @@ jobs:
356356
runs-on: ubuntu-latest
357357
steps:
358358
- name: Deploy to Astro
359-
uses: astronomer/deploy-action@v0.6
359+
uses: astronomer/deploy-action@v0.7
360360
with:
361361
deployment-id: <orginal deployment id>
362362
```

0 commit comments

Comments
 (0)