-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from andock-ci/develop
Develop
- Loading branch information
Showing
13 changed files
with
513 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
jobs: | ||
build: | ||
docker: | ||
- image: debian:stretch | ||
steps: | ||
- checkout | ||
- run: | ||
name: Install pipeline | ||
command: ./bin/acp.sh _install-pipeline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ script: | |
- set -e | ||
- cd tests | ||
- git clone [email protected]:andock-ci/drupal-8-demo.git | ||
- bats build.bats | ||
# Not working now. @TODO: Fix text. | ||
# - bats build.bats | ||
- bats server.bats | ||
- bats fin.bats |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
# andock-ci-pipeline (acp) - docksal remote control | ||
* Use ansible to remote control docksal. | ||
## What is andock? | ||
A command line tool managing remote docksal environments with ansible. | ||
##Key features | ||
* Easy to use command line tool. | ||
* Use ansible to remote control docksal. | ||
* Easy configuration. | ||
* Each branch one environment. | ||
* git workflow. | ||
* Extendable init, update, tests workflow with ansible hooks. | ||
* Extendable with init, update, tests ansible hooks. | ||
* drush support including drush sql-sync without extra ssh container. | ||
* Can used on your CI server or directly inside your docksal project. | ||
|
||
* Easy to integrate in your CI environment. | ||
|
||
## Commands: | ||
![alt text](docs/commands.png "Logo Title Text 1") | ||
|
||
|
||
# Getting started? | ||
|
||
See [andock-ci setup](http://andock-ci-pipeline.readthedocs.io/en/master/getting-started/setup) | ||
##Installation scenarios: | ||
|
||
* [Use inside docksal](../getting-started-docksal/setup.md) | ||
* Use on ci server: @TODO. | ||
* Standalone: TBD. |
Oops, something went wrong.