-
Create Heroku app on terminal.
heroku create -a app_name
-
Add existing Heroku app's remote.
heroku git:remote -a app_name
-
Add commit and push (every push will make new builds)
-
Deploy subfolder directly on Heroku server.
git subtree push --prefix folder_name remote_name branch_name
\
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host name | |
HostName ip | |
User username | |
Port 22 | |
IdentityFile pem-file-location | |
ServerAliveInterval 60 | |
For example ~~ 👇 | |