steve
05/27/2018, 8:36 AMGavin
05/28/2018, 9:00 PMsteve
05/29/2018, 7:38 AMheroku git:clone -a iwoca-kolide-quickstart
but it turned out to be empty. what am I missing?Gavin
05/29/2018, 10:50 AMInstall the Heroku CLI
Download and install the Heroku CLI.
If you haven't already, log in to your Heroku account and follow the prompts to create a new SSH public key.
$ heroku login
Clone the repository
Use Git to clone repo-name source code to your local machine.
$ heroku git:clone -a repo-name
$ cd repo-name
Deploy your changes
Make some changes to the code you just cloned and deploy them to Heroku using Git.
(git clone the remote on <http://github.com/kolide/fleet-quickstart|github.com/kolide/fleet-quickstart> to populate)
$ git add .
$ git commit -am "make it better"
$ git push heroku master