Skip to content

Commit 05ff49b

Browse files
committed
Migrated functions code to its own dedicated directory in order to test this use-case for another recent repository with many directories
1 parent d1ab9ef commit 05ff49b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
source venv/bin/activate
2929
3030
- name: Install dependencies
31-
run: pip install -r requirements.txt
31+
run: pip install -r hvalfangst/requirements.txt
3232

3333
- name: Zip artifact for deployment
34-
run: zip -r release.zip host.json requirements.txt function_app.py
34+
run: cd hvalfangst && zip -r ../release.zip ./*
3535

3636
- name: Upload artifact for deployment job
3737
uses: actions/upload-artifact@v3
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)