diff --git a/.github/workflows/eoefans-api-azure-deploy.yml b/.github/workflows/eoefans-api-azure-deploy.yml index 89ab09d..db47e35 100644 --- a/.github/workflows/eoefans-api-azure-deploy.yml +++ b/.github/workflows/eoefans-api-azure-deploy.yml @@ -14,6 +14,9 @@ on: sentry_release: required: true type: string + +run-name: "Deploy EOEFANS API to Azure: version ${{ inputs.deploy_version }}" + env: AZURE_WEBAPP_NAME: "eoefans-api" # set this to your application's name IMAGE_REGISTRY: "containers.vlink.dev"