feat: Add optional database and KV namespace IDs to deployment workflow

This commit is contained in:
beilunyang
2025-03-09 11:17:21 +08:00
parent 994ab8acc3
commit 7210c68fbd
3 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ export const createPages = async () => {
await client.pages.projects.domains.create(PROJECT_NAME, {
account_id: CF_ACCOUNT_ID,
name: CUSTOM_DOMAIN?.split("://")[1],
name: CUSTOM_DOMAIN,
});
console.log("✅ Pages domain set successfully");