deployphp / action

GitHub Action for Deployer
MIT License
222 stars 44 forks source link

Set `private-key` as non required #49

Closed benjaminmal closed 1 year ago

benjaminmal commented 1 year ago

Fix #47 by setting private-key input as not required.

One question I have is do I skip totally the ssh part if no private-key is provided? Here I only skip the ssh-add part.

antonmedv commented 1 year ago

But how gh action can connect without private key?

benjaminmal commented 1 year ago

@antonmedv did you see #47? I explain my use case there 😄