Skip to content

Commit

Permalink
Edits suggested by Andy; Ran deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoremus committed May 5, 2023
1 parent d954ffb commit e180b16
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,19 +259,15 @@ services:
The values of the environmental variables are pulled from the `.env` file.

The `DENO_DEPLOYMENT_ID` variable is needed for Docker deployment of a Deno
Fresh app for caching to work properly. Its value needs to be a unique id tied to the deployment. We recommend using the SHA1 commit hash, which can be obtained from the following command run in the repo's root folder:

```sh
# get the SHA1 commit hash of the current branch
git rev-parse HEAD
Fresh app for caching to work properly. Its value needs to be a unique id tied
to the deployment. We recommend using the SHA1 commit hash, which can be
obtained from the following command run in the repo's root folder:

```sh
# get the SHA1 commit hash of the current branch
git rev-parse HEAD
```

Make sure this command is run and value upgraded

### Automatic Deployment with Deno Deploy

These steps show you how to deploy your SaaS app close to your users at the edge
Expand Down

0 comments on commit e180b16

Please sign in to comment.