Best android open-source packages and libraries.

Heroku Cli Termux Android

Detailed information on how to use heroku cli on Android device using Termux
Updated 8 months ago

Heroku Cli

Before proceeding Star it ! ✨🍀

  • [x] Android compatible
  • [x] Android 7 and above
  • [ ] Below Android 7
  • [x] 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

  1. ©2022 TeamScenario All rights reserved!