Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
Use correct S3 bucket

(cherry picked from commit b2f4a6b)
  • Loading branch information
sujithvm authored and Vlad Rozov committed Mar 24, 2020
1 parent 25f749d commit 579154e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Upload Artifacts to S3
run: |
s3_path=s3://open-distro-artifacts/downloads
s3_path=s3://artifacts.opendistroforelasticsearch.amazon.com/downloads
aws s3 cp ${{ env.ARTIFACT_PATH }} $s3_path/kibana-plugins/opendistro-security/
aws cloudfront create-invalidation --distribution-id ${{ secrets.DISTRIBUTION_ID }} --paths '/downloads/*'
Expand Down

0 comments on commit 579154e

Please sign in to comment.