From ef21abed00672709da0bbc7ca430b5edf29ce33a Mon Sep 17 00:00:00 2001 From: smallcase Date: Tue, 7 May 2024 14:57:48 +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 58e3174..c55e398 100644 --- a/.github/workflows/sam-deploy.yaml +++ b/.github/workflows/sam-deploy.yaml @@ -45,6 +45,6 @@ jobs: role-session-name: lambda-deploy # sam build - run: sam build --use-container - - 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 + - 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 env: SAM_CLI_TELEMETRY: 0 \ No newline at end of file