File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ settings:
1919 caption: Magento version
2020 type: list
2121 values:
22- Magento-CE-2.3.0.tar.bz2 : Magento CE 2.3.x
23- Magento-CE-1.9.4.tar.bz2 : Magento CE 1.9.4.x
24- default: Magento-CE-2.3.0.tar.bz2
22+ https://download.jelastic.com/public.php?service=files&t=cd1bdcd50edf11ceda77836881cd35e9&download : Magento CE 2.3.x
23+ https://download.jelastic.com/public.php?service=files&t=61ae85fbcfc249b4e63bd38efbb8945f&download : Magento CE 1.9.4.x
24+ default: https://download.jelastic.com/public.php?service=files&t=cd1bdcd50edf11ceda77836881cd35e9&download
2525
2626globals:
2727 DB_USER: jelastic-${fn.random}
@@ -63,7 +63,7 @@ actions:
6363 context: ROOT
6464
6565 setupMagento:
66- - if (/Magento-CE-1.9 /.test("${settings.magento_version}")):
66+ - if (/61ae85fbcfc249b4e63bd38efbb8945f /.test("${settings.magento_version}")):
6767 cmd[cp]:
6868 - wget ${globals.CONFIGS_PATH}/configs/nginx/site-default-mg19.conf -O /etc/nginx/conf.d/site-default.conf
6969 - wget ${globals.CONFIGS_PATH}/configs/nginx/nginx.conf -O /etc/nginx/nginx.conf
@@ -73,7 +73,7 @@ actions:
7373 ${globals.DB_USER} ${globals.DB_PASS} DB magento ${globals.ADMIN_PASSWD}
7474 /var/www/webroot/ROOT ${env.url} ${user.email} &>> /var/log/run.log
7575
76- - if (/Magento-CE-2 /.test("${settings.magento_version}")):
76+ - if (/cd1bdcd50edf11ceda77836881cd35e9 /.test("${settings.magento_version}")):
7777 cmd[cp]:
7878 - wget ${globals.CONFIGS_PATH}/configs/nginx/site-default-mg2.conf -O /etc/nginx/conf.d/site-default.conf
7979 - wget ${globals.CONFIGS_PATH}/configs/nginx/nginx.conf -O /etc/nginx/nginx.conf
You can’t perform that action at this time.
0 commit comments