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
So i've build a CI/CD process that worked perfectly on Magento 2.0 After upgrading to 2.1, stuff started to collapse.
I use Magento's CLI commands to create env.php dynamically, depending on the stage where it's deployed onto. Unfortunately this does not set the install date, and since Magento 2.1 this seems to be required before Magento includes any other code than it's own. This makes it hard to deploy Magento, because i don't want to install on every deployment. And i don't want any credentials in my VCS either.
Using a template is an option, but i'd rather not if i could deploy fully using the CLI tools that Magento provides.
So my question is, why the check on this date before any custom code is included? And is there a workaround to fully deploy Magento 2.1 (not to install!), using Magento's CLI commands?
The text was updated successfully, but these errors were encountered:
@JBleijenberg thank you for your feedback.
Please, format this issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result.
According to contributor guide, tickets without response for two weeks should be closed.
If this issue still reproducible please feel free to create the new one: format new issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result and specify Magento version.
So i've build a CI/CD process that worked perfectly on Magento 2.0 After upgrading to 2.1, stuff started to collapse.
I use Magento's CLI commands to create env.php dynamically, depending on the stage where it's deployed onto. Unfortunately this does not set the install date, and since Magento 2.1 this seems to be required before Magento includes any other code than it's own. This makes it hard to deploy Magento, because i don't want to install on every deployment. And i don't want any credentials in my VCS either.
Using a template is an option, but i'd rather not if i could deploy fully using the CLI tools that Magento provides.
So my question is, why the check on this date before any custom code is included? And is there a workaround to fully deploy Magento 2.1 (not to install!), using Magento's CLI commands?
The text was updated successfully, but these errors were encountered: