File size: 1,212 Bytes
e7ef6c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import { Tab, Tabs } from 'nextra-theme-docs'

# Heroku Deploy
_Heroku is Esay way to deploy All Url Uploader. But you need to pro account in heroku_

__Use method one or two to deploy your bot.__

<Tabs items={['Method One : Esay Step', 'Method Two : Quick Deploy For Pro']}>
  <Tab>
    - Create Heroku Account if Already Have? Log In To Account
    - Fork The Repositery On [GitHub](https://github.com/kalanakt/All-Url-Uploader)
    - Copy Your Repositery Url Address - `https://github.com/USER_NAME/All-Url-Uploader`
    - Open [https://kalanakt.github.io/ToHeroku/app/](https://kalanakt.github.io/ToHeroku/app/) In Another Tab
    - Past Copied Link & Click Genarate Link. You'll Redirect to heroku app
    - Add Enviroment Veriable & Click Deploy
    - Start the Bot On Telegram : Boom!!! Enjoy Your Bot
  </Tab>
  <Tab>
    - Create Heroku Account if Already Have? Log In To Account
    - Fork The Repositery On [GitHub](https://github.com/kalanakt/All-Url-Uploader)
    - Click Create New App On Heroku. Add .env Veriables And Deploy App
    - On Deploy Tab Click Connect To Github
    - Connect Forked Repositery And Deploy Again
    - Start the Bot On Telegram : Boom!!! Enjoy Your Bot
  </Tab>
</Tabs>