Inmyveinz / herokkudeploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Heroku

Deploy

Note:

You need to set the vars manually or use local_config

For Private Repos

1️⃣ 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
2️⃣ 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

It should be in the below format

https://<pat>@github.com/<your account or organization>/<repo>.git
3️⃣ Deploy using the above Generated Url

About

License:GNU General Public License v3.0


Languages

Language:Shell 76.5%Language:Dockerfile 20.0%Language:Procfile 3.5%