Skip to content

Commit

Permalink
Improve Heroku deployment instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Nov 12, 2024
1 parent b3f22d6 commit c35393b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ If you're running the application on your own machine, you can simply use [docke
docker-compose up
```

This will start the server along with the MySQL database.

#### Heroku

You can deploy the application to Heroku using the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli#install-with-an-installer).
You can deploy the application to [Heroku](https://www.heroku.com/) using the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli#install-with-an-installer).

> [!WARNING]
> Deploying to Heroku will cost you about $17/month.
Expand Down Expand Up @@ -69,7 +67,7 @@ heroku ps

#### Custom Deployment

You can of course deploy this application however you'd like. All that's needed besides the Dockerfile is a MySQL database.
You can deploy this application however you'd like. All that's needed besides the Dockerfile is a MySQL database.

------------

Expand Down

0 comments on commit c35393b

Please sign in to comment.