Skip to content

Releases: deployphp/action

v1.0.23

17 Apr 21:24
6242095

Choose a tag to compare

What's Changed

  • fix: check if options were passed as arguments by @20x-dz in #68
  • feat: add support for specifying a recipe file path by @20x-dz in #67
  • corrected exclamation mark by @jan-tricks in #69
  • Fix Node.js 16 deprecation warning by @the-dijkstra in #79
  • handle errors in dep, correctly catch missing url in version check by @piotrkwiecinski in #65

New Contributors

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

v1.0.12

15 Oct 21:08
6242095

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

Choose a tag to compare

Update deps

v1.0.17

19 Mar 17:23

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

Choose a tag to compare

Download based on manifest.json

v1.0.15

21 Oct 20:09

Choose a tag to compare

Add deployer-binary input

v1.0.14

15 Oct 21:36

Choose a tag to compare

Add more verbose messages

v1.0.13

15 Oct 21:23

Choose a tag to compare

Refactor error

v1.0.11

15 Oct 20:43

Choose a tag to compare

Update action

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

20 Jun 07:36
9eab206

Choose a tag to compare

* fix: set failed on subprocess error

* chore: update dependencies