Continuos Integrations and Continuos Deployement. Deployer application using Deployer and Scrutinizer
Deploy application Laravel/Lumen with git using deployer and scrutinizer.
Clone this repository.
After install dependencies, rename file “constants.example.php” to “constants.php” and replace values as example.
You need generate ssh keys and add on GitHub.
https://help.github.com/articles/connecting-to-github-with-ssh/
Now, run the file “scrutinizer.php”. This file get last build comparate if is okay or not, case okay deploy application to machine configured.
Example:
Done, you deploy your application :)
Issues, PRs and share!