项目作者: alefesouza

项目描述 :
Simple application with continuous deployment using GitLab CI.
高级语言: PHP
项目地址: git://github.com/alefesouza/gitlab-ci-sample.git
创建时间: 2018-04-04T00:53:19Z
项目社区:https://github.com/alefesouza/gitlab-ci-sample

开源协议:

下载


gitlab-ci-sample

This is just an very simple PHP application to run on GitLab CI with continuous deployment, implementing back-end tests with PHPUnit and front-end tests with Jest, I’ve created it do to a lecture about continuous deployment with GitLab CI on BackEnd BR Meetup.

To use it, just change the ./build/deploy.sh with your server information and add a SSH_PRIVATE_KEY secret variable on your GitLab CI settings.