Collection of pipeline components for Origo Dataplattform.
make initTests are run using tox:
make testFor tests and linting we use pytest, flake8, and black.
Example GitHub Actions for deploying to dev and prod on push to main is
included in .github/workflows.
You can also deploy from a local machine to dev with:
make deployOr to prod with:
make deploy-prod