mirror of
https://github.com/beilunyang/moemail.git
synced 2025-12-24 11:30:51 +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