Skip to content

Commit

Permalink
Updating aws s3 cp repo
Browse files Browse the repository at this point in the history
  • Loading branch information
margon8 committed Nov 1, 2023
1 parent 8e40079 commit b93dfde
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:

- name: Upload EM Entrypoint file to S3
uses: a-sync/s3-uploader@master
with:
args: --acl public-read
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -65,8 +63,6 @@ jobs:

- name: Upload jar artifact file to S3
uses: a-sync/s3-uploader@master
with:
args: --acl public-read
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -91,8 +87,6 @@ jobs:

- name: Upload EM Entrypoint file to S3
uses: a-sync/s3-uploader@master
with:
args: --acl public-read
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -108,8 +102,6 @@ jobs:

- name: Upload jar artifact file to S3
uses: a-sync/s3-uploader@master
with:
args: --acl public-read
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit b93dfde

Please sign in to comment.