chaplean/codeship-scripts

This package is abandoned and no longer maintained. The author suggests using the chaplean/continuous-integration-scripts package instead.

Deploy scripts to automatically install in your bin directory

Installs: 7 633

Dependents: 12

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Language:Shell

Type:symfony-bundle

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

This package is not auto-updated.

Last update: 2022-02-01 13:09:08 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.