Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaplean/continuous-integration-scripts
https://github.com/chaplean/continuous-integration-scripts
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/continuous-integration-scripts
- Owner: chaplean
- License: mit
- Created: 2017-08-11T09:39:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T13:52:35.000Z (over 6 years ago)
- Last Synced: 2024-12-11T12:47:10.583Z (about 1 month ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- 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.