Demonstrates the use of MPyL with github actions as CI runner and ArgoCD as CD tool.
- Create a ./Pipfile with a dependency on MPyL
- See .github/workflows/build-mpyl-pipeline.yml for an example of how to use MPyL in a github action
- Follow the instructions to create a local cluster with argocd until the section about creating a sample application
- Create a new application in argocd.
This can be done via the argoCD gui
+ New app->Edit as yaml-> paste the contents of argocd/application.yaml ->Create - You can then deploy the application by clicking
Syncin the argoCD gui
Run the following command to build the dagster pipeline:
pipenv run dagsterAnd launch a new run via the GUI.
