Skip to content

Commit 75bc5db

Browse files
Merge pull request #473 from magento-thunder/MCLOUD-5717-master
MCLOUD-5717: Update Magento Cloud template to use scenarios
2 parents cceba6e + c40323e commit 75bc5db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.magento.app.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ hooks:
7575
# We run build hooks before your application has been packaged.
7676
build: |
7777
set -e
78-
php ./vendor/bin/ece-tools build:generate
79-
php ./vendor/bin/ece-tools build:transfer
78+
php ./vendor/bin/ece-tools run scenario/build/generate.xml
79+
php ./vendor/bin/ece-tools run scenario/build/transfer.xml
8080
# We run deploy hook after your application has been deployed and started.
8181
deploy: |
82-
php ./vendor/bin/ece-tools deploy
82+
php ./vendor/bin/ece-tools run scenario/deploy.xml
8383
# We run post deploy hook to clean and warm the cache. Available with ECE-Tools 2002.0.10.
8484
post_deploy: |
85-
php ./vendor/bin/ece-tools post-deploy
85+
php ./vendor/bin/ece-tools run scenario/post-deploy.xml
8686
8787
# Default Magento 2 cron jobs
8888
crons:

0 commit comments

Comments
 (0)