Skip to content

Commit f2d7f09

Browse files
ci: deploy new chat widget to CDN (DSN-2594) (#395)
1 parent 47ab0a5 commit f2d7f09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/continue-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
from: packages/react-chat/dist
107107
to: s3://cdn.voiceflow.com/widget
108108
clean_destination: false
109+
- vfcommon/clone_s3_assets:
110+
step_name: Uploading New React Chat to CDN
111+
from: packages/chat/dist
112+
to: s3://cdn.voiceflow.com/widget-next
113+
clean_destination: false
109114

110115
workflows:
111116
test-and-release:

0 commit comments

Comments
 (0)