HumbleBots
Run the following command to add the development server as a remote.
bot@humble:~$ git remote add live ssh://[email protected]/var/repo/humblebots.git
To deploy new code to the development server, merge it into master
and run:
bot@humble:~$ git push live master