docs: update deno deploy entrypoint url (#857)

pull/863/head
honnip 2024-04-29 04:04:48 +09:00 committed by GitHub
parent 37865243d0
commit 9ad41295a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 Denos KV database, which is still a beta feature and not specifically designed for this purpose. Therefore its recommended to use something like [[Sync]] to make backups elsewhere.
For this, be sure to also configure a `SB_AUTH_TOKEN` variable.
For this, be sure to also configure a `SB_AUTH_TOKEN` variable.