Skip to content

Commit

Permalink
Fixed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ManjotSingh18 committed Apr 19, 2024
1 parent 782e5f6 commit f00c25d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }} #install the python version needed
- name: serverless deploy
uses: dhollerbach/github-action-serverless-with-python-requirements@master
python-version: 3.9 #install the python version needed
- name: Serverless Deploy
uses: dhollerbach/actions.serverless-with-python-requirements@v2
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
STAGE: dev

0 comments on commit f00c25d

Please sign in to comment.