Add basic deploy/ahoy cheat sheet to README

This commit is contained in:
benjamin melançon 2018-11-05 18:07:49 -05:00
parent 60ff0235f2
commit 102439cd96

View file

@ -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
```