From 1aed1befb64b344d59c0c5d40ddf3b95d18421df Mon Sep 17 00:00:00 2001 From: Adam Malone Date: Wed, 25 Mar 2020 13:54:27 +1100 Subject: [PATCH] Fixes #51 and provides a better example for deploy:prepare. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9529974..323c76d 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,12 @@ acquiacli application:list # Show detailed information about servers in the prod environment (assuming sitename of prod:acquia obtained from site:list command) acquiacli environment:info prod:myacquiasite prod -# Copy the files and db from alpha to dev for testing new code -acquiacli deploy:prepare prod:myacquiasite alpha dev +# Copy the files and db from alpha to dev in preparation for a deployment +acquiacli deploy:prepare prod:myacquiasite dev alpha + +# Copy the files and db from prod to test to prepare for a deployment. +# N.B. if the last argument is omitted in deploy:prepare, prod will be used +acquiacli deploy:prepare prod:myacquiasite test # Deploy the develop-build branch to the test environment. acquiacli code:switch prod:myacquiasite test develop-build