Update abra syntax in examples (finally) [mass update]
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-01-19 16:02:27 -08:00
parent 82bfcbc302
commit 91383be9c2
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ This repository is a copy of [coop-cloud/mastodon](https://git.autonomic.zone/co
1. Deploy [`coop-cloud/traefik`]
1. `abra app new mastodon`
1. Follow the [secrets setup docs](#secrets-setup)
1. `abra app YOURAPPDOMAIN config` - be sure to change `DOMAIN` to something that resolves to your Docker swarm box
1. `abra app YOURAPPDOMAIN deploy` to deploy the app
1. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to your Docker swarm box
1. `abra app deploy YOURAPPDOMAIN` to deploy the app
You'll need to run a `docker exec -it <streaming-service-id> /bin/bash` and do the following: