Skip to content

Commit e290d42

Browse files
authored
Add e:deploy as alias to environment:deploy (#1560)
1 parent 88a244c commit e290d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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(['env:deploy'])
26+
->setAliases(['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)