Skip to content

Commit

Permalink
Adding example to push to multiple git remotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshirohit100 committed Aug 28, 2024
1 parent b98f592 commit 8e76758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Command/Push/PushArtifactCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ protected function configure(): void
. 'To run additional build or sanitization steps (e.g. <options=bold>npm install</>), add a <options=bold>post-install-cmd</> script to your <options=bold>composer.json</> file: https://getcomposer.org/doc/articles/scripts.md#command-events')
->addUsage('--destination-git-branch=main-build')
->addUsage('--source-git-tag=foo-build --destination-git-tag=1.0.0')
->addUsage('[email protected]:example.git --destination-git-branch=main-build');
->addUsage('[email protected]:example.git --destination-git-branch=main-build')
->addUsage('[email protected]:example.git [email protected]:example.git --destination-git-branch=main-build');
}

protected function initialize(InputInterface $input, OutputInterface $output): void
Expand Down

0 comments on commit 8e76758

Please sign in to comment.