mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 09:02:03 +00:00
docs(nitro): small tweaks to azure functions deployment (#1526)
This commit is contained in:
parent
f78ec933fe
commit
6521edbed9
@ -73,7 +73,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
node: [ 12 ]
|
node: [ 14 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
env:
|
env:
|
||||||
NITRO_PRESET: azure
|
NITRO_PRESET: azure_functions
|
||||||
|
|
||||||
- name: 'Deploy to Azure Functions'
|
- name: 'Deploy to Azure Functions'
|
||||||
uses: Azure/functions-action@v1
|
uses: Azure/functions-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user