Skip to content

Commit

Permalink
Merge pull request #12 from andock-ci/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
christianwiedemann authored Jul 2, 2018
2 parents a3864e5 + 6427031 commit 2c34c33
Show file tree
Hide file tree
Showing 13 changed files with 513 additions and 453 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
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
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
23 changes: 17 additions & 6 deletions README.md
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.
Loading

0 comments on commit 2c34c33

Please sign in to comment.