mirror of
https://github.com/beilunyang/moemail.git
synced 2026-05-10 17:43:06 +08:00
feat: Add optional database and KV namespace IDs to deployment workflow
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user