Replies: 1 comment
-
I check issues but not discussions. It seems it's duplicated, sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deployer Version
v7.5.3
Target OS
Ubuntu 22.04
Which PHP version are you using?
PHP 8.3
Content of deploy.php or deploy.yaml
set('deploy_path', '/home/web/{{application}}'); ### Steps to reproduce Just deploy using: `vendor/bin/dep deploy` Output: ```bash task deploy:info [w.x.y.z] info deploying my-project to w.x.y.z (release 63) task deploy:setup task deploy:lock task deploy:release task deploy:update_code task deploy:env [w.x.y.z] error in symfony.php on line 69: [w.x.y.z] run cd /home/web/my-project/releases/63 && (/usr/bin/php /home/web/my-project/.dep/composer.phar dump-env "${APP_ENV:-prod}") [w.x.y.z] err Command "dump-env" is not defined. [w.x.y.z] exit code 1 (General error) ERROR: Task deploy:env failed! task deploy:failed task deploy:unlock ```Beta Was this translation helpful? Give feedback.
All reactions