Skip to content

Commit cb8bda0

Browse files
authored
chore(sandbox): promote mobile runtime snapshot (#220)
## Why Promote the immutable Daytona runtime produced from the merged mobile preview root-cause fix so production sandboxes use the verified Expo dependency mirror and trusted preview launcher. ## Change - Updates only DAYTONA_SANDBOX_SNAPSHOT in the agent Worker production configuration. - Candidate: cheatcode-sandbox-viewer-bundle-0888ef49ce85-31399152760 - Source commit: 0888ef4 - No schema, migration, secret, or public API changes. ## Verification - Snapshot workflow 31399152760 passed image build, Trivy configuration/image scans, runtime smoke tests, and Daytona publication/active verification. - Expo scaffold smoke test verified that mirror node_modules resolves to the immutable runtime dependency tree. - Candidate published with zero transient provider retries. - git diff --check passed. Production mobile acceptance testing will run after this promotion is merged and the Cloudflare deployment completes.
1 parent 0888ef4 commit cb8bda0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/agent-worker/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"CHEATCODE_ENVIRONMENT": "production",
2020
"DAYTONA_API_URL": "https://app.daytona.io/api",
2121
"DAYTONA_ORG_ID": "300a0c8b-dc3b-4c5f-b31c-0f9e0344d00d",
22-
"DAYTONA_SANDBOX_SNAPSHOT": "cheatcode-sandbox-viewer-bundle-869a0de2ec99-31394298516",
22+
"DAYTONA_SANDBOX_SNAPSHOT": "cheatcode-sandbox-viewer-bundle-0888ef49ce85-31399152760",
2323
"DAYTONA_WORKSPACE_VOLUME": "cheatcode-workspaces-production"
2424
},
2525
"secrets_store_secrets": [

0 commit comments

Comments
 (0)