Fix ticks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-27 08:04:03 +02:00
parent 28ba33b18e
commit 0444991636
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,7 @@ You can use `abra` in one of 2 ways:
directory. Be sure to set `ABRA_STACK_DIR=.`
2. "Monorepo mode": keep all your `compose-stack`s in one directory and all your `env` files in
another, e.g.:
````
```
$ tree
.
├── apps
@ -49,8 +49,7 @@ You can use `abra` in one of 2 ways:
├── traefik
└── wordpress
> $ abra -e apps/mediawiki.demo.autonomic.zone.env deploy
```
````
```
## Examples