Skip to content

Commit

Permalink
Remove explicit serverless install - we have these installed via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 19, 2024
1 parent 44a87eb commit 3af8698
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ jobs:
- name: Set up Environment
run: npm ci --include=dev

# Install Serverless plugins
- name: Install Plugins
run: |
sls plugin install --name serverless-python-requirements &&
sls plugin install --name serverless-domain-manager &&
sls plugin install --name serverless-prune-plugin &&
sls plugin install --name serverless-offline
# Deploy to stage
- name: Serverless Deploy
run: sls deploy --stage $DEPLOY_STAGE --debug
Expand Down

0 comments on commit 3af8698

Please sign in to comment.