Skip to content

Commit d11c135

Browse files
committed
fix: updated packages
1 parent 11f1410 commit d11c135

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/serverless-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
node-version: 16
2020
- run: npm install
2121
- run: npm run build
22+
- run: npm run sls:package
23+
## list all files and folders
24+
- run: ls -la
2225
- run: npm run sls:deploy
2326
env:
2427
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}

serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ functions:
3535
- http:
3636
method: ANY
3737
path: '{proxy+}'
38+
environment:
39+
FFMPEG_PATH: path/to/ffmpeg-binary
40+
FFPROBE_PATH: path/to/ffprobe-binary
3841

3942
# layers:
4043
# ffmpeg:

0 commit comments

Comments
 (0)