File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1736,6 +1736,8 @@ mainSteps:
17361736 su ${ var . app [" brand" ]} -s /bin/bash -c "bin/magento config:set smtp/configuration_option/test_email/from general"
17371737 su ${ var . app [" brand" ]} -s /bin/bash -c 'bin/magento config:set smtp/configuration_option/test_email/to ${ var . app [" admin_email" ]} '
17381738 su ${ var . app [" brand" ]} -s /bin/bash -c "bin/magento config:set smtp/developer/developer_mode 0"
1739+ ## explicitly set the new catalog media url format
1740+ su ${ var . app [" brand" ]} -s /bin/bash -c "bin/magento config:set web/url/catalog_media_url_format image_optimization_parameters"
17391741 ## configure cloudfront media base url
17401742 su ${ var . app [" brand" ]} -s /bin/bash -c "bin/magento config:set web/unsecure/base_media_url https://${ aws_cloudfront_distribution . this . domain_name } /"
17411743 su ${ var . app [" brand" ]} -s /bin/bash -c "bin/magento config:set web/secure/base_media_url https://${ aws_cloudfront_distribution . this . domain_name } /"
You can’t perform that action at this time.
0 commit comments