-
-
Notifications
You must be signed in to change notification settings - Fork 5
Deployment
Dmitrii Kovanikov edited this page Oct 8, 2019
·
1 revision
This page describes how to deploy Hintman.
Currently, Hintman is deployed to Heroku. To be able to manage the deployment processes you need to obtain the following:
- Heroku login credentials (only for VIP members).
-
heroku
CLI tool (needed only to see logs)- Ubuntu:
sudo snap install --classic heroku
- Ubuntu:
Deploying the project is very easy! You need to perform the following steps:
- Login to the Heroku website if you haven't done it yet.
- Go to dashboard.
- Select
hint-man
application. - Go to the
Deploy
tab. - Scroll down to the bottom and find the
Manual deploy
section. - Select the branch and press the
Deploy
button.
That's all, folks!
You can see logs only via heroku
CLI tool using the following command:
heroku logs -n 1500 --app=hint-man --source=app --tail