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
compiling CSS and JS (potentially image optim) should happen most of the time, but in some cases, with an unaffected release, we want to save that 30-60secs of compilation by excluding these processes from given deployment. This obviously assumes that compiled files are stored as persistant anyway.
The text was updated successfully, but these errors were encountered:
* master: (29 commits)
Clean up
DB migration to add the additional status to deployments, horrible!
Added status to model #95
Add a "Finished with errors" status for deployments which fail after activation for issue #95
Updated dependencies
Updated dependencies
Remove whitespace
Adding missing trait
Updating to Laravel 5.1.11 to make sure of the Authorization feature
Removing unneeded folder
Updating dependencies
Fixes#88Fixes#90 By including deleted commands in the associations for DeployStep
Fixes#87 by removing the builds_to_keep from pagination
Updated dependencies
Fix the namespace for broadcast events
Fix#69 by adding a the ability to define optional commands to default to on
Updating list of service providers for optimizing
Fixing the compiled path for laravel 5.0.16
Typo
...
Use case:
compiling CSS and JS (potentially image optim) should happen most of the time, but in some cases, with an unaffected release, we want to save that 30-60secs of compilation by excluding these processes from given deployment. This obviously assumes that compiled files are stored as persistant anyway.
The text was updated successfully, but these errors were encountered: