Skip to content

Commit

Permalink
feat: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan1510 committed May 7, 2024
1 parent 64d13a2 commit 83fd3b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sam-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
aws-region: ap-south-1
audience: sts.amazonaws.com
role-session-name: lambda-deploy

# sam build
- run: sam build --use-container
- run: sam deploy -g --config-file samconfig.toml --config-env staging --region ap-south-1 --stack-name sc-platform-pii-lambda-staging --debug
- run: sam deploy --config-file samconfig.toml --config-env staging --region ap-south-1 --stack-name sc-platform-pii-lambda-staging --no-confirm-changeset --no-fail-on-empty-changeset
env:
SAM_CLI_TELEMETRY: 0

0 comments on commit 83fd3b8

Please sign in to comment.