Skip to content

Commit c039dff

Browse files
committed
Change bindings model to v1
1 parent 33b5f7e commit c039dff

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/deploy_to_azure.yml

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

36-
- name: Zip artifact for deployment including venv
37-
run: |
38-
cd hvalfangst_function
39-
zip -r ../release.zip ./* ../venv
36+
- name: Zip artifact for deployment
37+
run: cd hvalfangst_function && zip -r ../release.zip ./*
4038

4139
- name: Upload artifact for deployment job
4240
uses: actions/upload-artifact@v4
@@ -58,12 +56,6 @@ jobs:
5856
with:
5957
name: hvalfangst-function-app
6058

61-
- name: Unzip artifact for deployment
62-
run: unzip release.zip
63-
64-
- name: Remove zipped file after unzipping
65-
run: rm release.zip
66-
6759
- name: Login to Azure with OIDC
6860
uses: azure/login@v2
6961
with:

0 commit comments

Comments
 (0)