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 33b5f7e commit c039dffCopy full SHA for c039dff
.github/workflows/deploy_to_azure.yml
@@ -33,10 +33,8 @@ jobs:
33
- name: Install dependencies
34
run: pip install -r hvalfangst_function/requirements.txt
35
36
- - name: Zip artifact for deployment including venv
37
- run: |
38
- cd hvalfangst_function
39
- zip -r ../release.zip ./* ../venv
+ - name: Zip artifact for deployment
+ run: cd hvalfangst_function && zip -r ../release.zip ./*
40
41
- name: Upload artifact for deployment job
42
uses: actions/upload-artifact@v4
@@ -58,12 +56,6 @@ jobs:
58
56
with:
59
57
name: hvalfangst-function-app
60
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
67
- name: Login to Azure with OIDC
68
uses: azure/login@v2
69
0 commit comments