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