Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.69 KB

README.md

File metadata and controls

45 lines (40 loc) · 1.69 KB

Heroku Cli

Before proceeding Star it ! ✨🍀

  • Android compatible
  • Android 7 and above
  • Below Android 7
  • Images are clickable!!

Download termux!

Press to Takeoff

Enter this code in termux

 $ apt update && apt upgrade && pkg install git && sh -c "$(curl -fsSL https://raw.githubusercontent.com/TeamScenario/Heroku-Cli-Termux-Android/TeamScenario/install.sh)" && heroku login -i

After heroku login

 $ cd /storage/emulated/0 && git clone https://github.com/TeamScenario/Scenario

After clone

 $ cd Scenario 

enter your app name instead of appname (Heroku app name)

 $ heroku git:remote -a yourapp

Final step

 $ git pull https://github.com/TeamScenario/Scenario TeamScenario && git push heroku HEAD:master
After that if you make changes to your GitHub repository you don't have to follow all steps again just follow final step or paste the Below code.
Location of repo in local machine
 $ cd /storage/emulated/0/Scenario
Then finally
 $ git pull https://github.com/TeamScenario/Scenario TeamScenario && git push heroku HEAD:master

All done !

1

Footnotes

  1. ©2022 TeamScenario All rights reserved!