deployphp / action

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

fixing relative path and permission #24

Closed zivan closed 2 years ago

zivan commented 2 years ago

First, you have to use relative path when execute command or you will have a error Error: Command failed with ENOENT: deployer.phar deploy -vvv spawn deployer.phar ENOENT

Second, next files .ssh/known_hosts and .ssh/config must have permissions 600, if it is not true you will have a error from ssh client.