We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a227963 commit 6441c6bCopy full SHA for 6441c6b
.magento.app.yaml
@@ -75,7 +75,8 @@ mounts:
75
hooks:
76
# We run build hooks before your application has been packaged.
77
build: |
78
- php ./vendor/bin/ece-tools build
+ php ./vendor/bin/ece-tools build:generate
79
+ php ./vendor/bin/ece-tools build:transfer
80
# We run deploy hook after your application has been deployed and started.
81
deploy: |
82
php ./vendor/bin/ece-tools deploy
0 commit comments