Skip to content

Commit

Permalink
Adding example to push to multiple git remotes. (#1784)
Browse files Browse the repository at this point in the history
Co-authored-by: Dane Powell <[email protected]>
  • Loading branch information
joshirohit100 and danepowell authored Sep 5, 2024
1 parent c072606 commit 9960580
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 9960580

Please sign in to comment.