Skip to content

Commit dae2960

Browse files
committed
Change bindings model to v1
1 parent 9b436df commit dae2960

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy_to_azure.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- name: Install dependencies
3434
run: pip install -r hvalfangst_function/requirements.txt
3535

36-
- name: Zip artifact for deployment
37-
run: cd hvalfangst_function && zip -r ../release.zip ./*
36+
- name: Zip artifact for deployment including venv
37+
run: |
38+
cd hvalfangst_function
39+
zip -r ../release.zip ./* ../venv
3840
3941
- name: Upload artifact for deployment job
4042
uses: actions/upload-artifact@v4
@@ -56,9 +58,6 @@ jobs:
5658
with:
5759
name: hvalfangst-function-app
5860

59-
- name: Unzip artifact for deployment
60-
run: unzip release.zip
61-
6261
- name: Login to Azure with OIDC
6362
uses: azure/login@v2
6463
with:

0 commit comments

Comments
 (0)