项目作者: ciawn

项目描述 :
Continuos Integrations and Continuos Deployement. Deployer application using Deployer and Scrutinizer
高级语言: PHP
项目地址: git://github.com/ciawn/deploy.git
创建时间: 2017-09-23T19:48:08Z
项目社区:https://github.com/ciawn/deploy

开源协议:MIT License

下载


How to works

Deploy application Laravel/Lumen with git using deployer and scrutinizer.

Dependecies

Using

Clone this repository.

After install dependencies, rename file “constants.example.php” to “constants.php” and replace values as example.

captura de tela de 2017-09-23 23-29-50

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:

captura de tela de 2017-09-23 23-35-40

Done, you deploy your application :)

Contribuing

Issues, PRs and share!