github/cd: update bucket name

This commit is contained in:
Ariel Mashraki
2021-02-10 20:19:32 +02:00
committed by GitHub
parent 1b33487eca
commit 0e777ea9d1

View File

@@ -29,7 +29,7 @@ jobs:
aws-region: eu-central-1
- name: Deploy Docs
working-directory: doc/website/build/ent
run: aws s3 sync . s3://entgo.io --delete --exclude "assets/*"
run: aws s3 sync . s3://entgoio --delete --exclude "assets/*"
- name: Invalidate Cache
env:
CDN_DISTRIBUTION_ID: ${{ secrets.CDN_DISTRIBUTION_ID }}