This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
Releases: tpg/attache
Releases · tpg/attache
v0.2.1
Added the ability to specify a common server config which can be shared across multiple servers and overridden as needed per-server.
v0.2.0
Added new config options to specify the binary names for php
and composer
.
Added a config option to specify wether composer should be installed locally.
Composer will be self-updated if it's installed locally.
Updated the init
command to include the new config options.
Changed how the server config is merged in.
v0.1.1
A bug fix and a few command additions for convenience sake.
- Added a
releases:down
and areleases:up
command to quickly take deployments offline and back online. - The Config file created by the
init
command will now include a defaultpaths
object. - Added the
migrate
config option to the default config file. - Fixed a bug in
Ssh::run()
method that will only attempt to run the callback if it's actually sup
v0.1.0
First release.
All the required stuff is there. II need to write a bunch of new tests, but the functionality is good.