Nenhuma avaliação ainda. Seja o primeiro a compartilhar sua experiência!
Últimos Posts
MS BoTz
26 de mai. de 2026, 01:16
.
28,800
21
0
MS BoTz
26 de mai. de 2026, 01:16
How To Create? Container in Heroku Using Termux!
First Download Termux From fdroid And Then Use Thees Commands To Install Heroku CLI
pkg update -y
pkg upgrade -y
pkg install build-essential
pkg install python -y
pkg install nodejs-lts -y
npm install -g heroku
npm cache clean --force
rm -rf node_modules
npm install
npm rebuild -g heroku
heroku --version
Then Use The Below Heroku CLI Method To Deploy....
HEROKU CLI METHOD
READ EVERY LINE CAREFULLY
git clone https://github.com/itsyogieu/EvaMaria & & cd EvaMaria
heroku login
heroku create --region us Your-App-Name
heroku git:remote -a YOUR-APP-NAME
heroku stack:set container
git push heroku master -f
Starting The Code From Here Till Here Will End With Deploy Cli
In the last command, write master ecause that was the branch, like if I am yours then I will write there
git clone your repo, that too after filling all the details in config.env, then git clone it and after cd to the name of the repo And do all these things when the docker file and heroku.yml are in the repo.
Powered By :
Join All & Share And Support As 💜