Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rahulps1000/HerokuBannedDeployer
- Owner: rahulps1000
- License: gpl-3.0
- Created: 2021-07-23T16:57:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T17:36:05.000Z (over 1 year ago)
- Last Synced: 2024-07-18T15:31:28.366Z (4 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 73
- Watchers: 1
- Forks: 140
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- Go to "Settings"
- Scroll down then go to "Developer settings"
- Press "Personal access tokens" then press "Generate new token"
- Fill "Note" then check "repo"
If "repo" is not checked, you cannot clone a private repository.
- Scroll down then press "Generate token"
- Finally, a PAT is generated. Copy it
:two: Create repo url with PAT
- Goto this repl
- Fork It
- Edit Secrets (Environment variables)
-
PAT - Give above generated PAT value there
-
REPO - Give your private repo url
- Save and Run the Code
- 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