mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
ci: ignore
This commit is contained in:
parent
bf81e3108c
commit
24683058fd
1 changed files with 2 additions and 1 deletions
|
|
@ -6,8 +6,9 @@ const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
|
||||||
console.log(SECRET.R2AccessKey.value, SECRET.R2SecretKey.value)
|
console.log(SECRET.R2AccessKey.value, SECRET.R2SecretKey.value)
|
||||||
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
|
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
|
||||||
domain: "enterprise." + domain,
|
domain: "enterprise." + domain,
|
||||||
|
path: "packages/enterprise",
|
||||||
|
buildCommand: "bun run build:cloudflare",
|
||||||
environment: {
|
environment: {
|
||||||
OPENCODE_DEPLOYMENT_TARGET: "cloudflare",
|
|
||||||
OPENCODE_STORAGE_ADAPTER: "r2",
|
OPENCODE_STORAGE_ADAPTER: "r2",
|
||||||
OPENCODE_STORAGE_ACCOUNT_ID: sst.cloudflare.DEFAULT_ACCOUNT_ID,
|
OPENCODE_STORAGE_ACCOUNT_ID: sst.cloudflare.DEFAULT_ACCOUNT_ID,
|
||||||
OPENCODE_STORAGE_ACCESS_KEY_ID: SECRET.R2AccessKey.value,
|
OPENCODE_STORAGE_ACCESS_KEY_ID: SECRET.R2AccessKey.value,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue