Skip to content

add application version of the deployed app to the health check endpoint #113

add application version of the deployed app to the health check endpoint

add application version of the deployed app to the health check endpoint #113

# This workflow will build a docker image, push it to ghcr.io, and deploy it to an Azure WebApp.
name: Build and Deploy -- DEV
on:
workflow_dispatch:
push:
branches: [master]
jobs:
build-and-deploy:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml

Check failure on line 11 in .github/workflows/build-and-deploy-dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-deploy-dev.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
PRODUCTION_DEPLOYERS: ${{ secrets.PRODUCTION_DEPLOYERS }}
with:
deploy-env: dev
application-type: api
azure-app-base-name: clearlydefined-api
azure-app-name-postfix: -dev