Skip to content

Releases: deployphp/action

v1.0.23

17 Apr 21:24
6242095
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.22...v1.0.23

v1.0.12

15 Oct 21:08
6242095
Compare
Choose a tag to compare
handle errors in dep, correctly catch missing url in version check (#65)

* handle errors in dep, correctly catch missing url in version check

replace console.error with throw to handle dep error failures
in main try/catch to mark job as failed in one place

* add test action, prevent failure on empty options

* fix conflict resolution

v1.0.22

28 Mar 15:18
Compare
Choose a tag to compare
Update deps

v1.0.17

19 Mar 17:23
Compare
Choose a tag to compare
  • Added vendor/bin/deployer.phar to list of default lookup locations.
  • Added --no-interaction option by @Jamesking56 in #34

v1.0.16

24 Oct 17:27
Compare
Choose a tag to compare
Download based on manifest.json

v1.0.15

21 Oct 20:09
Compare
Choose a tag to compare
Add deployer-binary input

v1.0.14

15 Oct 21:36
Compare
Choose a tag to compare
Add more verbose messages

v1.0.13

15 Oct 21:23
Compare
Choose a tag to compare
Refactor error

v1.0.11

15 Oct 20:43
Compare
Choose a tag to compare
Update action

v1.0.10: Mark job as failed on error (#14)

20 Jun 07:36
9eab206
Compare
Choose a tag to compare
* fix: set failed on subprocess error

* chore: update dependencies