Continuous Deployment API for Container and Static Pages
echo "SALT=$(openssl rand -base64 32)" > .env
ROOT_KEY=test python -m uvicorn canary_cd.main:app --reload --port 8001
poetry run pylint canary_cd
poetry run pytest tests/
poetry run coverage run --source canary_id -m pytest tests/
poetry run coverage report -m