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 0c57f15 commit aa44a83Copy full SHA for aa44a83
documents/DEPLOYMENT.md
@@ -1,9 +1,13 @@
1
## Deployment
2
3
-### Deploying to Heroku
+### Deploying the .jar file to Heroku with test (H2DB) profile
4
5
* Download and install the Heroku CLI
6
* log in to your Heroku account **`heroku login`**
7
* set git remote heroku to the heroku app url, example **`heroku git:remote -a spring-boot-app-template`**
8
* **Add** and **Commit** any pending changes to git
9
-* push the code to heroku to deploy the app, example **`git push heroku master`**
+* push the code to heroku to deploy the app, example **`git push heroku master`**
10
+
11
+### Reference
12
13
+[Deploying Spring Boot Web Application on Heroku](https://anantharajuc.github.io/Spring-Boot-Heroku/)
0 commit comments