This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ To upgrade project to use ece-tools:
71
71
# We run build hooks before your application has been packaged.
72
72
build: |
73
73
set -e
74
- php ./vendor/bin/ece-tools build: generate
75
- php ./vendor/bin/ece-tools build: transfer
74
+ php ./vendor/bin/ece-tools run scenario/ build/ generate.xml
75
+ php ./vendor/bin/ece-tools run scenario/ build/ transfer.xml
76
76
# We run deploy hook after your application has been deployed and started.
77
77
deploy: |
78
- php ./vendor/bin/ece-tools deploy
78
+ php ./vendor/bin/ece-tools run scenario/ deploy.xml
79
79
# We run post deploy hook to clean and warm the cache. Available with ECE-Tools 2002.0.10.
80
80
post_deploy: |
81
- php ./vendor/bin/ece-tools post-deploy
81
+ php ./vendor/bin/ece-tools run scenario/ post-deploy.xml
82
82
` ` `
83
83
84
84
1. Check for and remove the [deprecated packages](# remove-deprecated-packages). The deprecated packages can prevent a successful upgrade.
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ To update the `.magento.app.yaml` file:
64
64
# We run build hooks before your application has been packaged.
65
65
build: |
66
66
set -e
67
- php ./vendor/bin/ece-tools build: generate
68
- php ./vendor/bin/ece-tools build: transfer
67
+ php ./vendor/bin/ece-tools run scenario/ build/ generate.xml
68
+ php ./vendor/bin/ece-tools run scenario/ build/ transfer.xml
69
69
# We run deploy hook after your application has been deployed and started.
70
70
deploy: |
71
- php ./vendor/bin/ece-tools deploy
71
+ php ./vendor/bin/ece-tools run scenario/ deploy.xml
72
72
# We run post deploy hook to clean and warm the cache. Available with ECE-Tools 2002.0.10.
73
73
post_deploy: |
74
- php ./vendor/bin/ece-tools post-deploy
74
+ php ./vendor/bin/ece-tools run scenario/ post-deploy.xml
75
75
` ` `
76
76
77
77
1. Add the following environment variables to the end of the `magento.app.yaml` file.
You can’t perform that action at this time.
0 commit comments