Releases: tpg/attache
v0.4.15
Added a new releases:delete
command.
v0.4.14
Fixed a bug in the releases:list
command that would crash if a release has a non-timestamp directory name.
v0.4.13
Fixed a bug that was not running artisan migrate
correctly when migrate
was set to true
in the configuration file.
v0.4.12
Added a new configuration feature that allows custom assets to be included when copying compiled assets to the server. The default assets cannot be removed, by new assets can be included.
v0.4.11
Fixed a bug in the install
command that was attempting to fetch releases from the server and failing when no releases were found instead of allowing the installation to continue.
v0.4.10
Set the PHP execution timer to 0 when running the deployer. Some long running deployments were timing out.
v0.4.9
Some bug fixes:
- The
branch
andport
server attributes are no longer required and will default tomaster
and22
respectively. - If there is a missing attribute, the exception will now include the name of the attribute.
- Server configurations will now through a
ServerException
instead of aRuntimeException
. - Invalid script tags will now through a
ConfigurationException
instead of aRuntimeException
. - Fixed a bug causing a crash when intializing a project that does not have a Git remote yet.
v0.4.7
Fixed a small issue with the version number.
v0.4.6
A small new feature that will set the default server automatically if there is only a single server in the configuration. No need to specify the default
in your .attache.json
config file, and no need to specify the server name on the command-line.
v0.4.5
A quick fix for a bug introduced in 0.4.4 while trying to fix the prune from deploy problem.