Skip to content

Commit aa44a83

Browse files
committed
UPDATED DEPLOYMENT.md with Link
1 parent 0c57f15 commit aa44a83

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

documents/DEPLOYMENT.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
## Deployment
22

3-
### Deploying to Heroku
3+
### Deploying the .jar file to Heroku with test (H2DB) profile
44

55
* Download and install the Heroku CLI
66
* log in to your Heroku account **`heroku login`**
77
* set git remote heroku to the heroku app url, example **`heroku git:remote -a spring-boot-app-template`**
88
* **Add** and **Commit** any pending changes to git
9-
* push the code to heroku to deploy the app, example **`git push heroku master`**
9+
* 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

Comments
 (0)