Automated Deployment With Git Push Using Ansible
Deploying applications these days are really a big thing. Especially developers are already working hard for their logic and they cannot find time to login into the server and running the deployment scripts one by one. Mainly developers knows their time for deployment. Which mean they knows the importance and priority of the deployment. So automating and leaving deployment work with developers will really help healthy IT release. GIT push based deploy will really make this possible.
Ansible makes this even easier. Which makes remote git server configuration with project specific parameters.
Please continue reading the full article here...
Nice post... Really helpful ... :)