From 90561e9ec24804d2c32c70fdbe7fb7e8ae08e3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 27 May 2022 09:32:32 -0400 Subject: [PATCH] Add artifacts command to documentation --- tools/deploying-drutopia-updates.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/tools/deploying-drutopia-updates.md b/tools/deploying-drutopia-updates.md index 0f3fccc..e1736e4 100644 --- a/tools/deploying-drutopia-updates.md +++ b/tools/deploying-drutopia-updates.md @@ -33,28 +33,34 @@ cd ~/Projects/drutopia-platform/drutopia_host/hosting_private ahoy git-pull-all ``` -``` +```bash ahoy new-site example ``` And, following the instructions that provides, copy the -``` +```bash ansible-vault edit host_vars/elizabeth.mayfirst.org/vault.yml ``` ## Prepare appropriate base -``` +```bash ahoy deploy-build next ``` ## Deploy your site -``` +```bash ahoy deploy-site example_test ``` +And you can share back the record of the deployments in the `build_artifacts` repository with this: + +```bash +ahoy artifacts +``` + ## Putting it all together ```bash @@ -62,6 +68,7 @@ cd ~/Projects/drutopia-platform/drutopia_host/hosting_private ahoy git-pull-all ahoy deploy-build next ahoy deploy-site example_live +ahoy artifacts ``` ## If you need to override site configuration: