From c95b84a3c2933513211e93e86e012fb1247c7be5 Mon Sep 17 00:00:00 2001 From: smallcase Date: Tue, 7 May 2024 15:45:10 +0530 Subject: [PATCH] feat: test commit --- .github/workflows/sam-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sam-deploy.yaml b/.github/workflows/sam-deploy.yaml index bbbfc83..2d789f0 100644 --- a/.github/workflows/sam-deploy.yaml +++ b/.github/workflows/sam-deploy.yaml @@ -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 --template-file template.yml --no-confirm-changeset --no-fail-on-empty-changeset --debug + - 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 env: SAM_CLI_TELEMETRY: 0 \ No newline at end of file