Skip to content

Commit

Permalink
feat(webchat): added new theme (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron authored Aug 14, 2023
1 parent 77a863a commit c61d4c5
Show file tree
Hide file tree
Showing 8 changed files with 956 additions and 1,204 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-webchat-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
aws-role: ${{ secrets.AWS_WEBCHAT_UPLOAD_ROLE }}
source: ./packages/inject/dist
destination: s3://${{ secrets.AWS_WEBCHAT_BUCKET_NAME }}/webchat/v0
destination: s3://${{ secrets.AWS_WEBCHAT_BUCKET_NAME }}/webchat/v1
cloudfront-distribution-id: ${{ secrets.AWS_WEBCHAT_CLOUDFRONT_DISTRIBUTION_ID }}
cloudfront-invalidation-prefix: /webchat/v0/*
cloudfront-invalidation-prefix: /webchat/v1/*
4 changes: 2 additions & 2 deletions .github/workflows/upload-webchat-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
with:
aws-role: ${{ secrets.AWS_WEBCHAT_UPLOAD_ROLE }}
source: ./packages/inject/dist
destination: s3://${{ secrets.AWS_WEBCHAT_BUCKET_NAME }}/webchat/v0
destination: s3://${{ secrets.AWS_WEBCHAT_BUCKET_NAME }}/webchat/v1
cloudfront-distribution-id: ${{ secrets.AWS_WEBCHAT_CLOUDFRONT_DISTRIBUTION_ID }}
cloudfront-invalidation-prefix: /webchat/v0/*
cloudfront-invalidation-prefix: /webchat/v1/*
Loading

0 comments on commit c61d4c5

Please sign in to comment.