Custom command failed #2312
Unanswered
bastien70
asked this question in
Help needed
Replies: 1 comment 3 replies
-
Difficult to say. You neet to investigate and try to understand what is going wrong. Now everything looks alright. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer version : v6.8
Hello, in my Symfony 5.1 project I am trying to declare my own task which I would like to use when deploying. I created it like this:
The "cd" and the "writeln" work. But every time I try to run a command it always fails
I tried with just the command
php bin/console
instead of using{{bin/php}} {{bin/console}}
.I even tried a silly
php bin/console cache: clear
command to see, but same error.Yet I am in the right directory.. I followed this tutorial https://www.codepicky.com/php-automatic-deploy/
And I do the exact same thing though
Beta Was this translation helpful? Give feedback.
All reactions