Skip to content

Commit 1bbfca6

Browse files
Update README.md
1 parent 9d22ee0 commit 1bbfca6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ To destroy your stack run the following command:
4545
make airflow-destroy
4646
```
4747

48+
## Update a Dag on AWS
49+
After creating or updating a DAG you need to rebuild Airflow image, push it to ECR and then restart the airflow service. To do all that, you just need to execute:
50+
```shell script
51+
make airflow-push-image
52+
```
53+
4854
## Features
4955
* Control all Airflow infrastructure from a single `service.yml` file.
5056
* Metadata DB Passwords Managed with AWS Secrets Manager.

0 commit comments

Comments
 (0)