Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into jf-hotfix-0212
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrontain authored Feb 13, 2020
2 parents e0d4b98 + 60b4a25 commit 2eff792
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/cloud/deploy/scenario-based-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ You add the scenarios for building and deploying Magento to the `hooks` section
hooks:
build: |
set -e
php ./vendor/bin/ece-tools run scenario/generate.xml
php ./vendor/bin/ece-tools run scenario/transfer.xml
php ./vendor/bin/ece-tools run scenario/build/generate.xml
php ./vendor/bin/ece-tools run scenario/build/transfer.xml
deploy: |
php ./vendor/bin/ece-tools run scenario/deploy.xml
post_deploy: |
Expand Down Expand Up @@ -105,8 +105,8 @@ To use the custom configuration file, update the default `.magento.app.yaml` fil
hooks:
build: |
set -e
php ./vendor/bin/ece-tools run scenario/generate.xml
php ./vendor/bin/ece-tools run scenario/transfer.xml
php ./vendor/bin/ece-tools run scenario/build/generate.xml
php ./vendor/bin/ece-tools run scenario/build/transfer.xml
deploy: |
php ./vendor/bin/ece-tools run scenario/deploy.xml vendor/vendor-name/module-name/deploy-custom-mode-config.xml
post_deploy: |
Expand Down Expand Up @@ -202,8 +202,8 @@ To use this script in your project, add the following configuration to the `.mag
hooks:
build: |
set -e
php ./vendor/bin/ece-tools run scenario/generate.xml
php ./vendor/bin/ece-tools run scenario/transfer.xml
php ./vendor/bin/ece-tools run scenario/build/generate.xml
php ./vendor/bin/ece-tools run scenario/build/transfer.xml
deploy: |
php ./vendor/bin/ece-tools run scenario/deploy.xml vendor/vendor-name/module-name/deploy-extended.xml
post_deploy: |
Expand Down

0 comments on commit 2eff792

Please sign in to comment.