From 102439cd9605e984f339988a23fbeea2fb3acaba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 5 Nov 2018 18:07:49 -0500 Subject: [PATCH] Add basic deploy/ahoy cheat sheet to README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7852500..2169877 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,23 @@ git submodule update --recursive --remote ## Theming 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 +```