docs: wording & typos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-07-21 11:35:33 +02:00
parent 788e1abd63
commit 4f827af4d4
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 5 deletions

View File

@ -376,9 +376,9 @@ abra app run foo.bar.com db bash -c 'mysqldump -u root -p"$(cat /run/secrets/db_
## Can I deploy a recipe without `abra`? ## Can I deploy a recipe without `abra`?
Yes! It's a design goal to keep the recipes not dependent on `abra` or any Yes! It's a design goal to keep the recipes not dependent on `abra` or any
single tool that we develop. This means the configurationc commons can still be single tool that we develop. This means that the configuration commons can
useful beyond this project. You can deploy a recipe with standard commands like still be useful beyond this project. You can deploy a recipe with standard
so: commands like so:
``` ```
set -a set -a
@ -387,8 +387,7 @@ cd ~/.abra/recipes/myrecipe
docker stack deploy -c compose.yml example_com docker stack deploy -c compose.yml example_com
``` ```
`abra` makes all of this more cenvenient but other tooling could follow this `abra` makes all of this more convenient.
approach.
## Proxying apps outside of Co-op Cloud with Traefik? ## Proxying apps outside of Co-op Cloud with Traefik?