You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I do deploy on 2 hosts. When I do "dep deploy my_stage -vvv" everything is ok. But when I do "dep deploy my_stage -vvv --parallel", deploy falls with "SymfonyException The "stage" argument does not exist". It rises on the line with "$stage = input()->getArgument('stage');"
[Symfony\Component\Console\Exception\InvalidArgumentException] on [node]
The "stage" argument does not exist.
Exception trace:
() at /home/naimi/server/vendor/staging/vendor/symfony/console/Input/Input.php:118
Symfony\Component\Console\Input\Input->getArgument() at /home/naimi/server/deploy.php:64
Deployer\Deployer::Deployer{closure}() at n/a:n/a
call_user_func() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Task/Task.php:82
Deployer\Task\Task->run() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Console/WorkerCommand.php:99
Deployer\Console\WorkerCommand->doExecute() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Console/WorkerCommand.php:72
Deployer\Console\WorkerCommand->execute() at /home/naimi/server/vendor/staging/vendor/symfony/console/Command/Command.php:264
Symfony\Component\Console\Command\Command->run() at /home/naimi/server/vendor/staging/vendor/symfony/console/Application.php:869
Symfony\Component\Console\Application->doRunCommand() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Console/Application.php:132
Deployer\Console\Application->doRunCommand() at /home/naimi/server/vendor/staging/vendor/symfony/console/Application.php:223
Symfony\Component\Console\Application->doRun() at /home/naimi/server/vendor/staging/vendor/symfony/console/Application.php:130
Symfony\Component\Console\Application->run() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Deployer.php:320
Deployer\Deployer::run() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/bin/dep:120
The text was updated successfully, but these errors were encountered:
Description
Hi. I do deploy on 2 hosts. When I do "dep deploy my_stage -vvv" everything is ok. But when I do "dep deploy my_stage -vvv --parallel", deploy falls with "SymfonyException The "stage" argument does not exist". It rises on the line with "$stage = input()->getArgument('stage');"
Steps to reproduce
Content of
deploy.php
Output log
Executing task deploy:vendors
[Symfony\Component\Console\Exception\InvalidArgumentException] on [node]
The "stage" argument does not exist.
Exception trace:
() at /home/naimi/server/vendor/staging/vendor/symfony/console/Input/Input.php:118
Symfony\Component\Console\Input\Input->getArgument() at /home/naimi/server/deploy.php:64
Deployer\Deployer::Deployer{closure}() at n/a:n/a
call_user_func() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Task/Task.php:82
Deployer\Task\Task->run() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Console/WorkerCommand.php:99
Deployer\Console\WorkerCommand->doExecute() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Console/WorkerCommand.php:72
Deployer\Console\WorkerCommand->execute() at /home/naimi/server/vendor/staging/vendor/symfony/console/Command/Command.php:264
Symfony\Component\Console\Command\Command->run() at /home/naimi/server/vendor/staging/vendor/symfony/console/Application.php:869
Symfony\Component\Console\Application->doRunCommand() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Console/Application.php:132
Deployer\Console\Application->doRunCommand() at /home/naimi/server/vendor/staging/vendor/symfony/console/Application.php:223
Symfony\Component\Console\Application->doRun() at /home/naimi/server/vendor/staging/vendor/symfony/console/Application.php:130
Symfony\Component\Console\Application->run() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/src/Deployer.php:320
Deployer\Deployer::run() at /home/naimi/server/vendor/staging/vendor/deployer/deployer/bin/dep:120
The text was updated successfully, but these errors were encountered: