diff --git a/.github/workflows/deploy-artifacts.yaml b/.github/workflows/deploy-artifacts.yaml index 5306c07..1e79300 100644 --- a/.github/workflows/deploy-artifacts.yaml +++ b/.github/workflows/deploy-artifacts.yaml @@ -27,7 +27,9 @@ jobs: run-id: ${{ inputs.workflow-run }} github-token: ${{ secrets.REPO_TOKEN }} path: ${{ runner.temp }} - - run: tar xf ${{ runner.temp }}/public.tar + - run: | + df -h + tar xf ${{ runner.temp }}/public.tar - run: aws s3 sync . s3:/products-qa.conholdate.com/ if: github.event.inputs.environment == 'staging'