Skip to content

Commit 3493908

Browse files
TheHandyOwlalemohamad
authored andcommitted
Fixes code block formatting: changes ‘none’ to ‘bash’ to indicate terminal commands
1 parent 5bf6ebf commit 3493908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deploy/heroku.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ git commit -m "adding heroku build files"
148148

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

151-
```none
151+
```bash
152152
git push heroku main
153153
```
154154

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

215215
Don't forget to commit these changes
216216

217-
```none
217+
```bash
218218
git add .
219219
git commit -m "configured heroku database"
220220
```

0 commit comments

Comments
 (0)