Skip to content

Commit b5ffb97

Browse files
MAGECLOUD-1057: Add possibility to change SCD strategy
1 parent 040c596 commit b5ffb97

File tree

10 files changed

+388
-627
lines changed

10 files changed

+388
-627
lines changed

src/Magento/MagentoCloud/App/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function __construct(string $root, array $config)
8080
$this->make(BuildProcess\ComposerDumpAutoload::class),
8181
$this->make(BuildProcess\DeployStaticContent::class),
8282
$this->make(BuildProcess\ClearInitDirectory::class),
83-
$this->make(BuildProcess\BackupToInitDirectory::class),
83+
$this->make(BuildProcess\BackupData::class),
8484
],
8585
]);
8686
});

0 commit comments

Comments
 (0)