Skip to content

Commit

Permalink
ci: Add playground feature flag for host previews (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace authored Feb 6, 2025
1 parent 67955ee commit 0eb8ca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-boxel-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
AWS_S3_BUCKET: boxel-host-preview.stack.cards
AWS_REGION: us-east-1
AWS_CLOUDFRONT_DISTRIBUTION: EU4RGLH4EOCHJ
ENABLE_PLAYGROUND: true
with:
package: boxel-host
environment: staging
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
AWS_S3_BUCKET: boxel-host-preview.boxel.ai
AWS_REGION: us-east-1
AWS_CLOUDFRONT_DISTRIBUTION: E2PZR9CIAW093B
ENABLE_PLAYGROUND: true
with:
package: boxel-host
environment: production

0 comments on commit 0eb8ca2

Please sign in to comment.