mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +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:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
node: [ 12 ]
|
||||
node: [ 14 ]
|
||||
steps:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
@ -101,7 +101,7 @@ jobs:
|
||||
- name: Build
|
||||
run: npm run build
|
||||
env:
|
||||
NITRO_PRESET: azure
|
||||
NITRO_PRESET: azure_functions
|
||||
|
||||
- name: 'Deploy to Azure Functions'
|
||||
uses: Azure/functions-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user