diff --git a/src/Command/Environment/EnvironmentPushCommand.php b/src/Command/Environment/EnvironmentPushCommand.php index 3a1717390..3d5726f5a 100644 --- a/src/Command/Environment/EnvironmentPushCommand.php +++ b/src/Command/Environment/EnvironmentPushCommand.php @@ -21,7 +21,7 @@ protected function configure() { $this ->setName('environment:push') - ->setAliases(['push']) + ->setAliases(['deploy', 'push']) ->setDescription('Push code to an environment') ->addArgument('source', InputArgument::OPTIONAL, 'The source ref: a branch name or commit hash', 'HEAD') ->addOption('target', null, InputOption::VALUE_REQUIRED, 'The target branch name')