Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run:
name: Install Serverless CLI and dependencies
command: |
sudo npm i -g serverless
sudo npm i -g serverless@2.71.0
pip install -r requirements.txt -t .

deploy-staging:
Expand All @@ -32,7 +32,7 @@ jobs:
- run:
name: Install Serverless CLI and dependencies
command: |
sudo npm i -g serverless
sudo npm i -g serverless@2.71.0
pip install -r requirements.txt -t .
- run:
name: Deploy application to staging
Expand All @@ -58,7 +58,7 @@ jobs:
- run:
name: Install Serverless CLI and dependencies
command: |
sudo npm i -g serverless
sudo npm i -g serverless@2.71.0
pip install -r requirements.txt -t .

- run:
Expand Down