deployphp / action

GitHub Action for Deployer
MIT License
227 stars 46 forks source link

How to debug errors with this workflow? #19

Open neon64 opened 3 years ago

neon64 commented 3 years ago

I receive the following error trying to deploy my application:

Run deployphp/action@master
  with:
    private-key: ***
    known-hosts: ***

    ssh-config: ***

    dep: deploy -v
Error: Callback must be a function. Received undefined

The error message here looks like it comes from the JavaScript in this repo. Is there a good way to debug it?

Upvote & Fund

Fund with Polar

jlmmns commented 3 years ago

Try -vvv instead of -v, perhaps?

I'm having trouble debugging this Deployer Action as well. (#21)