Share: syc

This commit is contained in:
Frank
2025-05-23 14:26:48 -04:00
committed by Dax Raad
parent 83974e0c95
commit 8cbd59296e
4 changed files with 11 additions and 27 deletions

View File

@@ -7,14 +7,6 @@ export default $config({
removal: input?.stage === "production" ? "retain" : "remove",
protect: ["production"].includes(input?.stage),
home: "cloudflare",
providers: {
cloudflare: {
apiToken:
input?.stage === "production"
? process.env.PRODUCTION_CLOUDFLARE_API_TOKEN
: process.env.DEV_CLOUDFLARE_API_TOKEN,
},
},
}
},
async run() {