Add basic deploy/ahoy cheat sheet to README
This commit is contained in:
parent
60ff0235f2
commit
102439cd96
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -36,3 +36,23 @@ git submodule update --recursive --remote
|
||||||
## Theming
|
## Theming
|
||||||
|
|
||||||
See `web/themes/custom/agarica/README.md` and `web/themes/custom/agarica/patternlibrary/README.md`
|
See `web/themes/custom/agarica/README.md` and `web/themes/custom/agarica/patternlibrary/README.md`
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
Agaric is currently using a Platform as a Service version of Drutopia with additional modules.
|
||||||
|
|
||||||
|
Set up [drutopia_host](https://gitlab.com/drutopia-platform/drutopia_host) and [hosting_private](https://gitlab.com/drutopia-platform/hosting_private), as documented in hosting private.
|
||||||
|
|
||||||
|
Then use [ahoy]().
|
||||||
|
|
||||||
|
If Agaric's Drutopia PaaS base has changed (the composer.lock in this directory), produce and push a new build:
|
||||||
|
|
||||||
|
```
|
||||||
|
ahoy deploy-build agaric
|
||||||
|
```
|
||||||
|
|
||||||
|
To deploy everything else (config, templates, styles):
|
||||||
|
|
||||||
|
```
|
||||||
|
ahoy deploy-site agaric_live
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue