Skip to content

Commit 5ddcfe4

Browse files
committed
pipe 6
1 parent 8063bec commit 5ddcfe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CD-azure-functions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
npm i -g azure-functions-core-tools@core --unsafe-perm true
2727
az login -u ${{ secrets.AZ_USERNAME }} -p ${{ secrets.AZ_PASSWORD }}
2828
npm install
29+
func settings add FUNCTIONS_WORKER_RUNTIME node
2930
func azure functionapp publish time-tracker-azure-functions --node
3031
# - name: 'Run Azure Functions Action'
3132
# uses: Azure/functions-action@v1

0 commit comments

Comments
 (0)