From 5d7ca739cd24dfb48aa9be67ca8787da5ee8e015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Daniel=20Fad=C3=B3n?= Date: Mon, 2 May 2022 11:45:45 -0300 Subject: [PATCH] Remove legacy (stage) s3 bucket --- .github/workflows/ci-cd.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0e347f3..201a40d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -54,20 +54,6 @@ jobs: DEST_DIR: sdk ARGS: --acl public-read --follow-symlinks --cache-control max-age=31536000,public - # TODO: Remove this upload step to the old (dev) Bucket - - name: Upload to S3 (development) (legacy) - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }} - uses: jakejarvis/s3-sync-action@v0.5.1 - with: - args: --acl public-read --follow-symlinks --cache-control max-age=31536000,public - env: - AWS_S3_BUCKET: 'aws-development-split-public' - AWS_ACCESS_KEY_ID: ${{ secrets.PUBLIC_ASSETS_STAGE_USER }} - AWS_SECRET_ACCESS_KEY: ${{ secrets.PUBLIC_ASSETS_STAGE_KEY }} - AWS_REGION: 'us-east-1' - SOURCE_DIR: './umd' - DEST_DIR: sdk - - name: Configure AWS credentials (master) if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} uses: aws-actions/configure-aws-credentials@v1