docs: update deno deploy entrypoint url (#857)
parent
37865243d0
commit
9ad41295a7
|
@ -25,7 +25,7 @@ deno install -Arf https://deno.land/x/deploy/deployctl.ts
|
||||||
To deploy, run:
|
To deploy, run:
|
||||||
|
|
||||||
```shell
|
```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.
|
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
|
# 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.
|
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.
|
For this, be sure to also configure a `SB_AUTH_TOKEN` variable.
|
||||||
|
|
Loading…
Reference in New Issue