Skip to content

Commit

Permalink
feat: added github deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan1510 committed May 6, 2024
1 parent 36d3f87 commit 109580e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sam-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
steps:
- uses: actions/setup-python@v2
- uses: aws-actions/setup-sam@v1
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@b8c74de
with:
role-to-assume: arn:aws:iam::736414281642:role/LambdaDeployGithubActionRole
aws-region: ap-south-1
audience: sts.amazonaws.com
# sam build
- run: sam deploy --config-env staging --region ap-south-1

0 comments on commit 109580e

Please sign in to comment.