diff --git a/.github/workflows/deploy_sap_model_lambda.yml b/.github/workflows/deploy_sap_model_lambda.yml index fb4b8dde..9e1e7012 100644 --- a/.github/workflows/deploy_sap_model_lambda.yml +++ b/.github/workflows/deploy_sap_model_lambda.yml @@ -20,7 +20,7 @@ jobs: - name: Install Serverless and plugins run: | npm install -g serverless - npm install -g serverless-domain-manager + # npm install -g serverless-domain-manager - name: AWS credentials for dev if: github.ref == 'refs/heads/dev'