Skip to content

Deployment

Dmitrii Kovanikov edited this page Oct 8, 2019 · 1 revision

This page describes how to deploy Hintman.

Prerequisites

Currently, Hintman is deployed to Heroku. To be able to manage the deployment processes you need to obtain the following:

  1. Heroku login credentials (only for VIP members).
  2. heroku CLI tool (needed only to see logs)
    • Ubuntu: sudo snap install --classic heroku

How to deploy

Deploying the project is very easy! You need to perform the following steps:

  1. Login to the Heroku website if you haven't done it yet.
  2. Go to dashboard.
  3. Select hint-man application.
  4. Go to the Deploy tab.
  5. Scroll down to the bottom and find the Manual deploy section.
  6. Select the branch and press the Deploy button.

That's all, folks!

How to see logs

You can see logs only via heroku CLI tool using the following command:

heroku logs -n 1500 --app=hint-man --source=app --tail
Clone this wiki locally