Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 176dc4c

Browse files
authored
Add 'deploy' alias for env:deploy
1 parent d258bbe commit 176dc4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/Environment/EnvironmentDeployCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected function configure()
2323
{
2424
$this
2525
->setName('environment:deploy')
26-
->setAliases(['e:deploy','env:deploy'])
26+
->setAliases(['deploy','e:deploy','env:deploy'])
2727
->setDescription('Deploy an environment\'s staged changes')
2828
->addOption('strategy', 's', InputOption::VALUE_REQUIRED,
2929
'The deployment strategy, stopstart (default, restart with a shutdown) or rolling (zero downtime)');

0 commit comments

Comments
 (0)