-1
Talk, you guys, blz?
I have developed a web system (in Codeigniter) for a customer and the same runs on a local machine inside your office. Whenever I need to update the system, I perform the following steps:
- Server machine access via Teamviewer;
- I open the CMDER;
- Access my Bitbucket account to give a
git pull
; - I perform the necessary migrations;
Thinking about these systems desktops who are searching for a new version automatically and if they are updated, it is possible to do a routine in this web system to accomplish the same thing? Search Bitbucket (or other web server) for a new version and then update?
I appreciate the suggestions.