I have a problem when I try to deploy me code using envoyer.
It is actually the second Laravel app that I deploy using Forge/Envoyer and I didn't have this problem before with the first one (which has almost the same config). Now everytime I test the connection I get the warning notice mention in the title, AND when I deploy the code, it fails and tell me this :
« Release Activated (20151205005617)!
PHP-FPM Detected: Reloading
php5-fpm: unrecognized service »
Now when I SSH into my server, I run the query suggested by the envoyer documentation
« echo "forge ALL=NOPASSWD: /usr/sbin/service php5-fpm reload" | sudo tee -a /etc/sudoers.d/php-fpm > /dev/null »
And I also tried to uncheck in Server Options "Restart FPM After Deployments: [X]".
I did the reload also... quick question, does that mean I have php7 running on this server? Because I didn't remember that I checked that option when I created the server (with forge).