Skip to content

Commit

Permalink
docs: update deno deploy entrypoint url (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
honnip authored Apr 28, 2024
1 parent 3786524 commit 9ad4129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/Install/Deno Deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ 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.

# 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.
For this, be sure to also configure a `SB_AUTH_TOKEN` variable.

0 comments on commit 9ad4129

Please sign in to comment.