Skip to content

Commit

Permalink
Remove serverless plugin config from serverless file
Browse files Browse the repository at this point in the history
Serverless plugin install should add these in automatically
  • Loading branch information
mgdaily committed Jun 19, 2024
1 parent b69b7ec commit f2fff7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ jobs:

# Install serverless
- name: Install Serverless
run: |
npm install -g serverless &&
npm install --save serverless-python-requirements
run: npm install -g serverless

# Install Node dependencies
- name: Set up Environment
Expand Down
6 changes: 0 additions & 6 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ package:
- '!.pytest_cache/**'
- '!.vscode/**'

plugins:
- serverless-python-requirements
- serverless-domain-manager
- serverless-prune-plugin
- serverless-offline

custom:
# This is the 'variable' for the customDomain.basePath value, based on the stage.
# Run as `sls deploy --stage <stage_name>`
Expand Down

0 comments on commit f2fff7a

Please sign in to comment.