Open localheinz opened 2 years ago
I don't know exactly how the deployment works; I think it's rsync based, and the exact scripts are likely only available on the Web servers. While we should be able to get someone who could adjust the scripts, it might be hard in practise. As such, maybe leave it as is for now.
@cmb69
As a follow up to #408, are we still using PHP 7.3 on the production system or is there a chance that we are using a PHP version that is less unsupported?
As per @derickr, these are the current deployment steps for php.net:
The scripts are at https://github.com/php/systems, specifically https://github.com/php/systems/blob/master/update-everything.
Following the merge of #408 and #604, we could switch from PSR-4 autoloader implementation taken from
php-fig/fig-standards
to usingcomposer
autoloading.In order to do so, we would need to run
or - given that we currently do not have any production dependencies - at least
Is there a chance we can document the deployment steps, or modify them in any way?