Skip to content

Commit

Permalink
Specify serverless v3 for deploy script
Browse files Browse the repository at this point in the history
Otherwise, it will use the latest (v4+) which breaks the public_key file import in serverless.yml
  • Loading branch information
timbeccue authored Oct 22, 2024
1 parent cce96c0 commit 56b949c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: 3.9

- name: Install Serverless Framework
run: npm install -g serverless
run: npm install -g serverless@^3

# public_key and secrets.json both used for api auth guards using Auth0
- name: Create public_key file
Expand Down

0 comments on commit 56b949c

Please sign in to comment.