We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6249672 commit 283a42eCopy full SHA for 283a42e
.github/workflows/deploy_to_azure.yml
@@ -58,6 +58,9 @@ jobs:
58
with:
59
name: hvalfangst-function-app
60
61
+ - name: Unzip artifact for deployment
62
+ run: unzip release.zip
63
+
64
- name: Login to Azure with OIDC
65
uses: azure/login@v2
66
@@ -71,7 +74,7 @@ jobs:
71
74
72
75
app-name: 'hvalfangstlinuxfunctionapp'
73
76
slot-name: 'Production'
- package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
77
+ package: release.zip
78
scm-do-build-during-deployment: true
79
enable-oryx-build: true
80
0 commit comments