https://github.com/chaplean/continuous-integration-scripts
https://github.com/chaplean/continuous-integration-scripts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/continuous-integration-scripts
- Owner: chaplean
- License: mit
- Created: 2017-08-11T09:39:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T13:52:35.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T21:05:51.199Z (4 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Getting Started With Chaplean Continuous Integration Scripts
==============================================This bundles installs some scripts in your bin/ repositories usable with Codeship/Gitlab/...
## Scripts
1. deploy.sh : deploy on server using Capistrano.
1. deploy-htaccess.sh : if you have a htpasswd on htaccess file you want to deploy only on some environments, use this script.
1. services-waiting.sh : wait until MySQL is launched. Usefull when you have two docker containers and you need to wait for a specific service.
1. phpunit.sh : launch phpunit tests (with availability to parallelize tests and merge coverage) after MySQL has been launched.