Created
September 19, 2019 05:54
-
-
Save josephmtinangi/2ff240422be52ece9907850587e7a219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heroku plugins:install heroku-cli-deploy | |
mvn clean package | |
heroku deploy:jar target/heroku-demo-0.0.1-SNAPSHOT.jar --app <APP-NAME> | |
heroku logs --tail --app <APP-NAME> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment