Deploying slam mirrorbot on Heroku with Github Workflows - fnjerry/slam-mirrorbot GitHub Wiki

Heroku

Pre-requisites

  • Token Pickle

  • Githubaccount

  • Heroku account

    Recommended to use 1 App in 1 Heroku account
    Don't use bin/fake credits card, because your Heroku account will get banned
    Heroku is free service, so don't expect too much

  • Text editor

Deployment

  1. Star and Fork repo then then upload token.pickle to your forks, or you can upload your token.pickle to your Index and put your token.pickle link to TOKEN_PICKLE_URL (Recommended) (NOTE: If you don't upload token.pickle uploading will not work).
  2. Go to Repository Settings -> Secrets ![Settings] (https://camo.githubusercontent.com/c07cdcc1717a519b3425ce45cae2c9e5155201de51b4544772f32491933c9fa7/68747470733a2f2f74656c656772612e70682f66696c652f6262386362306563656435636161643638613431622e6a7067)
  3. Add the below Required Variables one by one by clicking New Repository Secret everytime.
  1. After adding all the above Required Variables go to Github Actions tab in your repo

  2. Select Manually Deploy to Heroku workflow as shown below:
    manually deploy to heroku

  3. Then click on Run workflow then click on run workflow

  4. Done! your bot will be deployed now.

NOTE

  • Don't change/edit variables from Heroku if you want to change/edit do it in config.env from your gist, after it just restart your Heroku app.

Credits

  • AkhileshNS for Github Workflow method to deploy Heroku app