You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- create an archive and put the slug in permanent storage
38
37
- slug includes all files and folders excluding the mounts configured in `magento.app.yaml`
@@ -59,7 +58,6 @@ Build and deploy full steps:
59
58
php ./vendor/bin/ece-tools deploy
60
59
```
61
60
- deploy script uses the values defined by configuration files in the `.magento` directory, then the script deletes the directory and its contents
62
-
- TODO: php ./vendor/bin/ece-tools deploy
63
61
6. Post-deployment: configure routing
64
62
- creates backup (BAK) files for the app/etc/env.php and the app/etc/config.php configuration files
65
63
- execute commands after deploying your application and after the container begins accepting connections
@@ -69,12 +67,80 @@ Build and deploy full steps:
69
67
post_deploy: |
70
68
php ./vendor/bin/ece-tools post-deploy
71
69
```
72
-
- TODO: php ./vendor/bin/ece-tools post-deploy
73
70
74
71
###### What role every process/phase plays and how to impact every process
75
-
76
72
###### How Magento Cloud deploys Magento. What every script does on every deployment phase
77
73
74
+
Ece-tools [\Magento\MagentoCloud\App\Container](https://github.com/magento/ece-tools/blob/develop/src/App/Container.php#L50) initialize [\Illuminate\Container\Container](https://laravel.com/api/5.5/Illuminate/Container/Container.html) and configure all commands processes.
- if all checks valid execure [Process\Build\DeployStaticContent\Generate](https://github.com/magento/ece-tools/tree/develop/src/Process/Build/DeployStaticContent/Generate.php)
134
+
- TODO:
135
+
136
+
- `php ./vendor/bin/ece-tools build:transfer`
137
+
138
+
**Deploy**
139
+
- `php ./vendor/bin/ece-tools deploy`
140
+
141
+
**Post_deploy**
142
+
- `php ./vendor/bin/ece-tools post-deploy`
143
+
78
144
###### How to extend these scripts and best practices for doing so
79
145
80
146
###### Describe the ways to retrieve logs for phases and its scripts
0 commit comments