Automated deployments are handled by github actions.
Select secrets are stored in github "Environments". We store as little secrets as possible within github and prefer to rely on permissions within Azure.
Secret | Description |
---|---|
AZURE_SP_CREDENTIALS |
Service principle credentails stored in JSON form |
CONTAINER_APP_NAME |
Name of the container-app |
RESOURCE_GROUP_NAME |
Name of the resource group |
For more on service principal credentials, see here and here.