File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,14 @@ hooks:
75
75
# We run build hooks before your application has been packaged.
76
76
build : |
77
77
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
80
80
# We run deploy hook after your application has been deployed and started.
81
81
deploy : |
82
- php ./vendor/bin/ece-tools deploy
82
+ php ./vendor/bin/ece-tools run scenario/ deploy.xml
83
83
# We run post deploy hook to clean and warm the cache. Available with ECE-Tools 2002.0.10.
84
84
post_deploy : |
85
- php ./vendor/bin/ece-tools post-deploy
85
+ php ./vendor/bin/ece-tools run scenario/ post-deploy.xml
86
86
87
87
# Default Magento 2 cron jobs
88
88
crons :
You can’t perform that action at this time.
0 commit comments