diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 6583d06..002df84 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -40,15 +40,15 @@ jobs: cd website ls -R ./out + - name: Debug - Display AWS CLI version + run: aws --version + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ap-south-1 - - - name: Debug - Display AWS CLI version - run: aws --version + aws-region: ${{ secrets.AWS_REGION }} - name: Deploy to S3 run: |