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
3 changes: 2 additions & 1 deletion .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
cd ./result-builder && yarn install
- name: install Serverless Framework
run: sudo yarn global add serverless@^3.27.0 --prefix /usr/local
run: sudo yarn global add serverless@^4.4.14 --prefix /usr/local
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
Expand All @@ -68,6 +68,7 @@ jobs:
AWS_REGION: ${{ inputs.region }}
GH_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
LAMBDA_PERF_ENV: ${{ inputs.lambdaPerfEnv }}
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
run: sls deploy --force
- name: Remove the cron job scheduler in staging (eu-west-1)
if: "${{ inputs.region == 'eu-west-1' }}"
Expand Down
Loading