From 8e11bc69b11be879b90cb46df7190ce569e7758d Mon Sep 17 00:00:00 2001 From: smallcase Date: Tue, 7 May 2024 15:17:32 +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 7eafa0d..32859d9 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 --use-container - - 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 -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 env: SAM_CLI_TELEMETRY: 0 \ No newline at end of file