Skip to content

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

License

Notifications You must be signed in to change notification settings

rahulps1000/HerokuBannedDeployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published