1
0
Fork 0

use npm for func cli
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2022-05-17 23:30:26 +02:00
parent 652e3012a5
commit 407ab5e48b
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ steps:
- apt install -y wget
- wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
- dpkg -i packages-microsoft-prod.deb
- apt install -y azure-cli azure-functions-core-tools-4
- apt install -y azure-cli npm
- npm i -g azure-functions-core-tools@4 --unsafe-perm true
- az login --service-principal -u $AZURE_SP -p $AZURE_SP_PASSWORD --tenant $AZURE_SP_TENANT
- func azure functionapp publish $FUNCTION_APP_NAME --python