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 546c6c5 commit ad9d2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sam-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
role-session-name: lambda-deploy
# sam build
- run: sam build
- run: sam deploy -g --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 --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 --debug
env:
SAM_CLI_TELEMETRY: 0
2 changes: 1 addition & 1 deletion samconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parallel = true

[staging.deploy.parameters]
confirm_changeset = false
resolve_s3 = true
guided = false

[staging.package.parameters]
resolve_s3 = true
Expand Down

0 comments on commit ad9d2ec

Please sign in to comment.