Update 'docs/deploy.md'
continuous-integration/drone/push Build is passing Details

Closes #23
This commit is contained in:
knoflook 2021-11-13 19:46:52 +00:00
parent b21a341f5e
commit e98bdd751e
1 changed files with 2 additions and 6 deletions

View File

@ -68,14 +68,10 @@ Where `example.com` is replaced with your server DNS name.
add them as extra arguments:
```bash
abra server add example.com username 2222
abra server add -p example.com username 2222
```
Once you've added the sever, you can initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server.
```bash
abra server init example.com
```
The `-p` or `--provision` flag means that abra will initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server.
You will now have a new `~/.abra/` folder on your local file system which stores all the configuration of your Co-op Cloud instance. You can easily share this as a git repository with others.