chaplean/continuous-integration-scripts

部署脚本以自动安装到您的bin目录

安装次数: 50,507

依赖: 2

建议者: 0

安全: 0

星标: 0

关注者: 4

分支: 0

公开问题: 0

语言:Shell

类型:symfony-bundle

v2.1.0 2018-10-05 13:50 UTC

This package is auto-updated.

Last update: 2024-09-12 04:37:04 UTC


README

此捆绑包在您的bin/存储库中安装一些脚本,可用于Codeship/Gitlab/...

脚本

  1. deploy.sh : 使用Capistrano在服务器上部署。
  2. deploy-htaccess.sh : 如果您想在htaccess文件上有htpasswd且只想在某些环境中部署,请使用此脚本。
  3. services-waiting.sh : 等待MySQL启动。当您有两个docker容器并需要等待特定服务时很有用。
  4. phpunit.sh : 在MySQL启动后启动phpunit测试(具有并行化测试和合并覆盖率的功能)。