diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 2042ba5..ae8520a 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -41,13 +41,13 @@ jobs: run: yarn install --frozen-lockfile - name: Build run: yarn build - - uses: aws-actions/configure-aws-credentials@v1 - with: - aws-access-key-id: ${{ env.AWS_DEV_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ env.AWS_DEV_SECRET_ACCESS_KEY }} - aws-region: ${{ env.AWS_REGION }} - - name: Deploy - run: aws s3 sync ./out ${{ env.AWS_S3 }} ${{ env.AWS_S3_CONFIG }} + # - uses: aws-actions/configure-aws-credentials@v1 + # with: + # aws-access-key-id: ${{ env.AWS_DEV_ACCESS_KEY_ID }} + # aws-secret-access-key: ${{ env.AWS_DEV_SECRET_ACCESS_KEY }} + # aws-region: ${{ env.AWS_REGION }} + # - name: Deploy + # run: aws s3 sync ./out ${{ env.AWS_S3 }} ${{ env.AWS_S3_CONFIG }} # lighthouse-check: # needs: [build-deploy] # runs-on: ubuntu-latest