From 5a3f27459b723f29feb329dd88cfa9a78218fd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Oct 2019 17:35:18 -0400 Subject: [PATCH] Start a stub deployment readme that's currently duplicative of regular README --- DEPLOYMENT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 DEPLOYMENT.md diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md new file mode 100644 index 0000000..1b8077d --- /dev/null +++ b/DEPLOYMENT.md @@ -0,0 +1,15 @@ +Set up + +Make sure all your code is pushed, including an updated composer.lock file if you've made any changes to modules, themes, or libraries brought in that way. + +``` +ahoy git-pull-all +ahoy deploy-build news +ahoy deploy-site geo_live +``` + +When you're absolutely certain and ready to do a force override quickly: + +``` +ahoy deploy-build news && ahoy deploy-site-force geo_live +```