We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ab9ef commit 05ff49bCopy full SHA for 05ff49b
.github/workflows/deploy.yml
@@ -28,10 +28,10 @@ jobs:
28
source venv/bin/activate
29
30
- name: Install dependencies
31
- run: pip install -r requirements.txt
+ run: pip install -r hvalfangst/requirements.txt
32
33
- name: Zip artifact for deployment
34
- run: zip -r release.zip host.json requirements.txt function_app.py
+ run: cd hvalfangst && zip -r ../release.zip ./*
35
36
- name: Upload artifact for deployment job
37
uses: actions/upload-artifact@v3
function_app.py renamed to hvalfangst/function_app.py
host.json renamed to hvalfangst/host.json
requirements.txt renamed to hvalfangst/requirements.txt
0 commit comments