From 387bbb738fb5b09f8dcc06fd2767ae172ca6ab74 Mon Sep 17 00:00:00 2001 From: Christopher MANEU Date: Fri, 2 Oct 2020 13:37:42 +0200 Subject: [PATCH] Update azure.yml --- .github/workflows/azure.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index 60faf0e..f6a7c03 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -16,11 +16,15 @@ on: release: types: [created] +defaults: + run: + working-directory: ./api/labelcv-api + env: AZURE_WEBAPP_NAME: func-labellingplatform-api-prod # set this to your application's name AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root NODE_VERSION: '12.x' # set this to the node version to use - working-directory: ./api/labelcv-api + jobs: build-and-deploy: name: Build and Deploy