diff --git a/.github/workflows/sam-deploy.yaml b/.github/workflows/sam-deploy.yaml index 32859d9..4c3e0c7 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 --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 --template-file template.yml --no-confirm-changeset --no-fail-on-empty-changeset --debug env: SAM_CLI_TELEMETRY: 0 \ No newline at end of file