Skip to content

Commit

Permalink
Remove legacy (stage) s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Israphel committed May 2, 2022
1 parent f3f66b8 commit 5d7ca73
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit 5d7ca73

Please sign in to comment.