From 9ad41295a7f933766b035a0576954520c127d3ab Mon Sep 17 00:00:00 2001 From: honnip <108175486+honnip@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:04:48 +0900 Subject: [PATCH] docs: update deno deploy entrypoint url (#857) --- website/Install/Deno Deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/Install/Deno Deploy.md b/website/Install/Deno Deploy.md index 6a3a8d43..ee85100c 100644 --- a/website/Install/Deno Deploy.md +++ b/website/Install/Deno Deploy.md @@ -25,7 +25,7 @@ deno install -Arf https://deno.land/x/deploy/deployctl.ts To deploy, run: ```shell -deployctl deploy -p=your-project --entrypoint=https://silverbullet.md/silverbullet.js --include= --prod +deployctl deploy -p=your-project --entrypoint=https://edge.silverbullet.md/silverbullet.js --include= --prod ``` This will ask you to authenticate with your Deno Deploy account, and then deploy SilverBullet. @@ -33,4 +33,4 @@ This will ask you to authenticate with your Deno Deploy account, and then deploy # Migrating and backing up content This setup stores you [[Spaces]] content in Deno’s KV database, which is still a beta feature and not specifically designed for this purpose. Therefore it’s recommended to use something like [[Sync]] to make backups elsewhere. -For this, be sure to also configure a `SB_AUTH_TOKEN` variable. \ No newline at end of file +For this, be sure to also configure a `SB_AUTH_TOKEN` variable.