Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahulps1000/HerokuBannedDeployer

With this you can deploy repos that are banned/blacklisted by heroku
https://github.com/rahulps1000/HerokuBannedDeployer

Last synced: 3 months ago
JSON representation

With this you can deploy repos that are banned/blacklisted by heroku

Awesome Lists containing this project

README

        

# HerokuBannedDeployer
### IT IS MANDITORY TO FORK THIS REPO
With this you can deploy repos that are banned/blacklisted by heroku in different platforms

# Deploy From Here

## Railway

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Frahulps1000%2FHerokuBannedDeployer&envs=REPO_URL%2CPYTHON_FILE%2COTHER_INSTALLS&optionalEnvs=OTHER_INSTALLS&REPO_URLDesc=URL+of+the+REPO+that+you+want+to+deploy.&PYTHON_FILEDesc=Name+of+the+python+file+that+you+need+to+run.+%5Buse+-m+if+you+need+to+run+__main__.py+from+a+folder%5D&OTHER_INSTALLSDesc=If+you+need+install+packages+for+running+your+app%28Python+is+pre-installed%29.%5BSpace+in+between+each+package%5D&OTHER_INSTALLSDefault=None)

## Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

# Note:
You need to set the vars manually or use local_config

# For Private Repos

:one: Generate PAT from github


  1. Go to "Settings"

  2. Scroll down then go to "Developer settings"

  3. Press "Personal access tokens" then press "Generate new token"

  4. Fill "Note" then check "repo"

    If "repo" is not checked, you cannot clone a private repository.

  5. Scroll down then press "Generate token"

  6. Finally, a PAT is generated. Copy it

:two: Create repo url with PAT


  1. Goto this repl

  2. Fork It

  3. Edit Secrets (Environment variables)


    • PAT - Give above generated PAT value there


    • REPO - Give your private repo url



  4. Save and Run the Code

  5. Copy the Generated Url from the Console


You can also manually generate the link


It should be in the below format


https://<pat>@github.com/<your account or organization>/<repo>.git

:three: Deploy using the above Generated Url