From 12ac0ac93535893ce1155e583fd6cb87e5f6e86a Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Wed, 22 May 2024 10:47:54 -0400 Subject: [PATCH] DOP-4599 add debug option --- .github/workflows/deploy-stg-ecs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index 49d73b662..5115f174a 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -17,9 +17,9 @@ jobs: with: node-version: '18.x' - name: Install Serverless Framework - run: npm install -g serverless + run: npm install -g serverless@3 - name: Serverless AWS authentication - run: sls config credentials --provider aws --key ${{ secrets.AWS_ACCESS_KEY_ID }} --secret ${{ secrets.AWS_SECRET_ACCESS_KEY }} + run: sls config credentials --provider aws --key ${{ secrets.AWS_ACCESS_KEY_ID }} --secret ${{ secrets.AWS_SECRET_ACCESS_KEY }} --debug - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: