Skip to content

TeamScenario/Heroku-Cli-Termux-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!