Skip to content

Releases: sowhatdoido/pusheen

Payload support

05 May 19:01
Compare
Choose a tag to compare

Added a section to the config file that allows you to indicate a post deploy url, as well as a payload.

...
'post-deploy' => array(
        'url' => '',
        'payload' => [] //optional payload data
    ),
...

In addition, you can add payload data via the commandline using:

pusheen deploy branch --payload[foo]=bar

v1.1.2

14 Mar 21:37
Compare
Choose a tag to compare

file_get_contents fails when ssl certificates use wildcards, an issue that was fixed in 5.6. To get around this, I changed the code to use http instead of https when php version is below 5.6.

Note: I forgot to tag this release before building, so pusheen version will return v1.1.1-4-gb583643.

v1.1.1

14 Mar 08:13
Compare
Choose a tag to compare

--config-file (--cf) option added

13 Mar 05:59
Compare
Choose a tag to compare

New deploy command option allows you to specify the deploy file you want to use.
Added as a feature for a larger continuous integration scheme.

Bugfix

12 Mar 08:42
Compare
Choose a tag to compare

Removed console class from update logic due to a bug that would echo an error with the log method, revealing part of the source.

self-update command test

12 Mar 08:17
Compare
Choose a tag to compare
Pre-release

Increment version to test self-update

Version Command Test

12 Mar 08:17
Compare
Choose a tag to compare
Version Command Test Pre-release
Pre-release

Testing version command and integration of self-update command