Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Making some changes to heroku deployment docs (#397)
Browse files Browse the repository at this point in the history
* wefwe

* Deleted deprecated One-click Deployment and added a working deployment guide

* Deleted deprecated One-click Deployment and added a working deployment guide v2
  • Loading branch information
OscarCMD authored Aug 19, 2022
1 parent ccc4fee commit 066e8d5
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/docs/Deployment/heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,29 @@ sidebar_position: 4

For deployment to [Heroku](https://heroku.com/) you need to create an account first.

**Note.** *You need to clone TeleDrive in your local machine first.*
## Deployment
**Note.** *You need a github account to follow the next steps.*

- [Fork teledrive](https://github.com/mgilangjanuar/teledrive/fork)

- Copy your forked teledrive repository url

> _Make sure to copy the entire url with "https://"_
## One-click Deployment
![image](https://user-images.githubusercontent.com/42100404/180603080-abb10755-0d40-40b7-801a-1396877c31e1.png)

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/mgilangjanuar/teledrive)
- Use this heroku template url

> _Replace "{forked-repo-url}" with your forked teledrive repository url_
```
https://dashboard.heroku.com/new?template={forked-repo-url}
```

**If you want to upgrade your application to the latest version, you can use these following steps:**

**Note.** *You need to clone TeleDrive in your local machine first.*

## Prerequisite

Get started by build all needed services.
Expand Down

0 comments on commit 066e8d5

Please sign in to comment.