Skip to content

Commit

Permalink
fix: updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzzirfan committed Nov 22, 2023
1 parent 11f1410 commit d11c135
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/serverless-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
node-version: 16
- run: npm install
- run: npm run build
- run: npm run sls:package
## list all files and folders
- run: ls -la
- run: npm run sls:deploy
env:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
3 changes: 3 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ functions:
- http:
method: ANY
path: '{proxy+}'
environment:
FFMPEG_PATH: path/to/ffmpeg-binary
FFPROBE_PATH: path/to/ffprobe-binary

# layers:
# ffmpeg:
Expand Down

0 comments on commit d11c135

Please sign in to comment.