Skip to content

Commit f90b122

Browse files
Merge pull request #258 from magento/2.2.5
MAGECLOUD-2363: Compilation & SCD on Build should be Separate from File Transfer
2 parents aef88e7 + a29abb4 commit f90b122

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.magento.app.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ mounts:
7575
hooks:
7676
# We run build hooks before your application has been packaged.
7777
build: |
78-
php ./vendor/bin/ece-tools build
78+
php ./vendor/bin/ece-tools build:generate
79+
php ./vendor/bin/ece-tools build:transfer
7980
# We run deploy hook after your application has been deployed and started.
8081
deploy: |
8182
php ./vendor/bin/ece-tools deploy

0 commit comments

Comments
 (0)