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
The new Jenkins CI system for joomla.org should be utilized to automate code deployments for this repository. To that, the following steps are required:
Remove compiled assets from this repository
Laravel Mix manifest
SRI manifest
CSS/JS
Adjust the live server to support a minimal downtime deployment workflow
New deployments directory
Create a job on the Jenkins system to deploy changes for the application
Package is extracted to deployments provisioning space
Add some kind of "maintenance mode" (./artisan down and ./artisan up thing) to deploy database schema changes as required
Change public_html to point to new deployment
The text was updated successfully, but these errors were encountered:
The new Jenkins CI system for
joomla.org
should be utilized to automate code deployments for this repository. To that, the following steps are required:deployments
directorydeployments
provisioning space./artisan down
and./artisan up
thing) to deploy database schema changes as requiredpublic_html
to point to new deploymentThe text was updated successfully, but these errors were encountered: