Skip to content

Commit

Permalink
docs: add heroku update documentation (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomgs authored and asbiin committed Nov 24, 2018
1 parent 4698c9a commit 5d57a03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ As the configuration of the application is cached, any update on the `.env` file

Your instance should be updated.

## Updating Heroku instance

You can update your Monica instance to the latest version by cloning the repository and pushing it to Heroku git.

Clone the Monica repository to your local environment by git clone https://github.com/monicahq/monica, and add heroku git repository by heroku git:remote -a (heroku app name). Then, push to heroku by git push heroku master. Heroku will build and update the repository, automatically.

## Importing vCards (CLI only)

**Note**: this is only possible if you install Monica on your server or locally.
Expand Down

0 comments on commit 5d57a03

Please sign in to comment.