Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 294 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 294 Bytes

Heroku-Rapidleech

git clone https://github.com/HasibulKabir/Heroku-Rapidleech

cd Heroku-Rapidleech

heroku login

heroku git:remote -a xxxxx

heroku stack:set container

git push heroku HEAD:master --force

Optional:

heroku ps:scale worker=0

heroku ps:scale worker=1