Skip to content

Commit

Permalink
Fixes code block formatting: changes ‘none’ to ‘bash’ to indicate ter…
Browse files Browse the repository at this point in the history
…minal commands
  • Loading branch information
TheHandyOwl committed Jan 14, 2025
1 parent ded9335 commit 2bc9029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploy/heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ git commit -m "adding heroku build files"

You're ready to deploy, run this from the terminal. It may take a while to build, this is normal.

```none
```bash
git push heroku main
```

Expand Down Expand Up @@ -214,7 +214,7 @@ if let databaseURL = Environment.get("DATABASE_URL") {

Don't forget to commit these changes

```none
```bash
git add .
git commit -m "configured heroku database"
```
Expand Down

0 comments on commit 2bc9029

Please sign in to comment.