Skip to content

Commit

Permalink
Update azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaneu authored Oct 2, 2020
1 parent 13ce1cd commit 387bbb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 387bbb7

Please sign in to comment.