Member-only story

SpringBoot: War Deployment with Heroku CLI

Leo N
4 min readJun 3, 2022

--

Heroku is a cloud platform as a service supporting several programming languages. One of the first cloud platforms, Heroku has been in development since June 2007, when it supported only the Ruby programming language, but now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go

🤔 Install the Heroku CLI

macOS

brew tap heroku/brew && brew install heroku

windows

Download the appropriate installer for your Windows installation: https://devcenter.heroku.com/articles/heroku-cli

⚡️ Verify Your Installation

heroku --version
heroku/7.0.0 (darwin-x64) node-v8.0.0

⚡️Get Started with the Heroku CLI

heroku login
heroku: Press any key to open up the browser to login or q to exit
› Warning: If browser does not open, visit
› https://cli-auth.heroku.com/auth/browser/***
heroku: Waiting for login...
Logging in... done
Logged in as me@example.com

To check that your key was added, run heroku keys. If your key isn’t there, you can add it manually by running heroku keys:add. For more information about SSH keys, see Managing Your SSH Keys.

🔥 Build war file with…

--

--

Leo N
Leo N

Written by Leo N

🇻🇳 🇸🇬 🇲🇾 🇦🇺 🇹🇭 Engineer @ GXS Bank, Singapore | MSc 🎓 | Technical Writer . https://github.com/nphausg

No responses yet