We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf6ebf commit 3493908Copy full SHA for 3493908
docs/deploy/heroku.md
@@ -148,7 +148,7 @@ git commit -m "adding heroku build files"
148
149
You're ready to deploy, run this from the terminal. It may take a while to build, this is normal.
150
151
-```none
+```bash
152
git push heroku main
153
```
154
@@ -214,7 +214,7 @@ if let databaseURL = Environment.get("DATABASE_URL") {
214
215
Don't forget to commit these changes
216
217
218
git add .
219
git commit -m "configured heroku database"
220
0 commit comments