Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Releases: tpg/attache

v0.4.15

12 May 11:42
Compare
Choose a tag to compare

Added a new releases:delete command.

v0.4.14

12 May 11:10
Compare
Choose a tag to compare

Fixed a bug in the releases:list command that would crash if a release has a non-timestamp directory name.

v0.4.13

05 May 12:29
Compare
Choose a tag to compare

Fixed a bug that was not running artisan migrate correctly when migrate was set to true in the configuration file.

v0.4.12

30 Apr 09:16
Compare
Choose a tag to compare

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

29 Apr 09:00
Compare
Choose a tag to compare

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

28 Apr 09:59
Compare
Choose a tag to compare

Set the PHP execution timer to 0 when running the deployer. Some long running deployments were timing out.

v0.4.9

21 Apr 19:49
604209b
Compare
Choose a tag to compare

Some bug fixes:

  • The branch and port server attributes are no longer required and will default to master and 22 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 a RuntimeException.
  • Invalid script tags will now through a ConfigurationException instead of a RuntimeException.
  • Fixed a bug causing a crash when intializing a project that does not have a Git remote yet.

v0.4.7

14 Apr 20:54
Compare
Choose a tag to compare

Fixed a small issue with the version number.

v0.4.6

14 Apr 20:35
b3e7804
Compare
Choose a tag to compare

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

19 Mar 12:25
Compare
Choose a tag to compare

A quick fix for a bug introduced in 0.4.4 while trying to fix the prune from deploy problem.