Skip to content

Commit

Permalink
finalize serverless deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
csuermann committed Oct 8, 2023
1 parent e992a98 commit 3823306
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Serverless deploy to ${{ matrix.region }}
uses: serverless/github-action@v3
with:
args: deploy --enforce-hash-update --region ${{ matrix.region }}
args: deploy --region ${{ matrix.region }}
env:
IS_PROD: 'TRUE'
AWS_DEFAULT_REGION: ${{ matrix.region }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Serverless deploy to ${{ matrix.region }}
uses: serverless/github-action@v3
with:
args: deploy --enforce-hash-update --region ${{ matrix.region }}
args: deploy --region ${{ matrix.region }}
env:
IS_PROD: 'FALSE'
AWS_DEFAULT_REGION: ${{ matrix.region }}
Expand Down
1 change: 0 additions & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ provider:
stage: dev
memorySize: 256
logRetentionInDays: 3
lambdaHashingVersion: 20201221

environment:
IS_PROD: ${env:IS_PROD}
Expand Down

0 comments on commit 3823306

Please sign in to comment.