pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Possible to run a task before it attempts to check if it can SSH?

Open octoxan opened this issue 1 year ago • 0 comments

I'm automating the management of keys on a server and I'm trying to auth the key before running the rest of the tasks, but Pulsar fails every time it goes to start if it doesn't have access to the server.

I've tried adding it to before "deploy:starting", "auth:key" but it still doesn't seem to run it before checking.

Any ideas?

octoxan avatar Apr 26 '23 01:04 octoxan