deployphp / action

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

`private-key` property shouldn't be required #47

Closed benjaminmal closed 1 year ago

benjaminmal commented 1 year ago

When I test my deploy in my CI, I deploy my project locally. private-key is not needed here, but is required by the action. So I think it should not be required :)

            -  name: Test deploy
                uses: deployphp/action@v1
                with:
                    dep: deploy localhost -o deploy_path="~/deploy-test"

Capture d’écran 2022-09-19 à 16 31 12