chaplean/continuous-integration-scripts

Deploy scripts to automatically install in your bin directory

Installs: 44 076

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Language:Shell

Type:symfony-bundle

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

This package is auto-updated.

Last update: 2024-04-12 03:53:09 UTC


README

This bundles installs some scripts in your bin/ repositories usable with Codeship/Gitlab/...

Scripts

  1. deploy.sh : deploy on server using Capistrano.
  2. deploy-htaccess.sh : if you have a htpasswd on htaccess file you want to deploy only on some environments, use this script.
  3. services-waiting.sh : wait until MySQL is launched. Usefull when you have two docker containers and you need to wait for a specific service.
  4. phpunit.sh : launch phpunit tests (with availability to parallelize tests and merge coverage) after MySQL has been launched.