Skip to content

v3.0.0

Choose a tag to compare

@ljones140 ljones140 released this 03 Oct 16:17
· 240 commits to main since this release
b3fa1f7

Release Highlights

Release tag: v3.0.0

Workflow: .github/workflows/app-deploy-to-azure.yml

APP_VERSION & BUILD_SHA env vars are now injected into docker build.
Previously they were being sent to the App Service settings in a separate step before deployment. Problem with this is that if deployment fails the env vars will be persisted on the service giving the wrong information.