Skip to content

Commit a29abb4

Browse files
authored
Merge pull request #254 from magento-thunder/MAGECLOUD-2363-2.2.5
MAGECLOUD-2363: Compilation & SCD on Build should be Separate from File Transfer
2 parents a227963 + 6441c6b commit a29abb4

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)