Skip to content

Commit

Permalink
Fixed region?
Browse files Browse the repository at this point in the history
  • Loading branch information
ManjotSingh18 committed Apr 19, 2024
1 parent 49227ae commit afd8cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
python-version: 3.9 #install the python version needed
- name: Serverless Deploy
uses: dhollerbach/actions.serverless-with-python-requirements@v2
with:
env:
AWS_REGION: us-west-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-west-1
STAGE: dev

0 comments on commit afd8cc4

Please sign in to comment.