Skip to content

Commit

Permalink
Fixes #51 and provides a better example for deploy:prepare.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Mar 25, 2020
1 parent f3ec33c commit 1aed1be
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aed1be

Please sign in to comment.