Skip to content

Commit 9e42a67

Browse files
Merge remote-tracking branch 'origin/master'
# Conflicts: # composer.lock
2 parents 4330d8c + ac66c57 commit 9e42a67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.magento.app.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ hooks:
7474
# We run build hooks before your application has been packaged.
7575
build: |
7676
set -e
77-
php ./vendor/bin/ece-tools build:generate
78-
php ./vendor/bin/ece-tools build:transfer
77+
php ./vendor/bin/ece-tools run scenario/build/generate.xml
78+
php ./vendor/bin/ece-tools run scenario/build/transfer.xml
7979
# We run deploy hook after your application has been deployed and started.
8080
deploy: |
81-
php ./vendor/bin/ece-tools deploy
81+
php ./vendor/bin/ece-tools run scenario/deploy.xml
8282
# We run post deploy hook to clean and warm the cache. Available with ECE-Tools 2002.0.10.
8383
post_deploy: |
84-
php ./vendor/bin/ece-tools post-deploy
84+
php ./vendor/bin/ece-tools run scenario/post-deploy.xml
8585
8686
# Default Magento 2 cron jobs
8787
crons:

0 commit comments

Comments
 (0)