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
Instead of having to run composer install each time I want to (re)install this plugin in production, I'd much rather see we have some CI script which builds a packaged-up version of the plugin, with all the dependencies installed, needing only to be extracted into an osTicket install.
This could be done automatically using GitHub Actions, and the final .zip file could be published as a release in this repo.
The text was updated successfully, but these errors were encountered:
Instead of having to run
composer install
each time I want to (re)install this plugin in production, I'd much rather see we have some CI script which builds a packaged-up version of the plugin, with all the dependencies installed, needing only to be extracted into an osTicket install.This could be done automatically using GitHub Actions, and the final
.zip
file could be published as a release in this repo.The text was updated successfully, but these errors were encountered: