chaplean / continuous-integration-scripts
Deploy scripts to automatically install in your bin directory
Installs: 51 680
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:Shell
Type:symfony-bundle
README
This bundles installs some scripts in your bin/ repositories usable with Codeship/Gitlab/...
Scripts
- deploy.sh : deploy on server using Capistrano.
- deploy-htaccess.sh : if you have a htpasswd on htaccess file you want to deploy only on some environments, use this script.
- services-waiting.sh : wait until MySQL is launched. Usefull when you have two docker containers and you need to wait for a specific service.
- phpunit.sh : launch phpunit tests (with availability to parallelize tests and merge coverage) after MySQL has been launched.