Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 834 Bytes

continuous-integration.md

File metadata and controls

17 lines (11 loc) · 834 Bytes

Continuous Integration

Github Actions

Automated deployments are handled by github actions.

Deployment Secrets

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.