Skip to content

Commit db6f490

Browse files
authored
ci: Add AI chat in host preview deployments (#1138)
1 parent 563cc3a commit db6f490

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-boxel-host.yml

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
uses: tj-actions/changed-files@v39
3030
with:
3131
files: |
32+
.github/workflows/build-host.yml
33+
.github/workflows/deploy-host.yml
34+
.github/workflows/pr-boxel-host.yml
3235
packages/host/**
3336
packages/boxel-ui/**
3437
@@ -54,6 +57,8 @@ jobs:
5457
OTHER_REALM_URLS: https://realms-staging.stack.cards/published/
5558
RESOLVED_BASE_REALM_URL: https://realms-staging.stack.cards/base/
5659
MATRIX_URL: https://matrix-staging.stack.cards
60+
MATRIX_SERVER_NAME: stack.cards
61+
EXPERIMENTAL_AI_ENABLED: true
5762
S3_PREVIEW_BUCKET_NAME: boxel-host-preview.stack.cards
5863
AWS_S3_BUCKET: boxel-host-preview.stack.cards
5964
AWS_REGION: us-east-1
@@ -84,6 +89,8 @@ jobs:
8489
OTHER_REALM_URLS: https://realms.cardstack.com/published/
8590
RESOLVED_BASE_REALM_URL: https://realms.cardstack.com/base/
8691
MATRIX_URL: https://matrix.cardstack.com
92+
MATRIX_SERVER_NAME: matrix.cardstack.com
93+
EXPERIMENTAL_AI_ENABLED: true
8794
S3_PREVIEW_BUCKET_NAME: boxel-host-preview.cardstack.com
8895
AWS_S3_BUCKET: boxel-host-preview.cardstack.com
8996
AWS_REGION: us-east-1

0 commit comments

Comments
 (0)