We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I would like to know if it is possible to deploy a project that has a specific git tag ?
Thank you !
The text was updated successfully, but these errors were encountered:
Hi, Have you tried by passing your tag name in the repositoryBranch method (in the configure function of your deploy_*.php file )? eg: v1.0.0
$this->getConfigBuilder()->repositoryBranch('v1.0.0')
Sorry, something went wrong.
Hi, Have you tried by passing your tag name in the repositoryBranch method (in the configure function of your deploy_*.php file )? eg: v1.0.0 $this->getConfigBuilder()->repositoryBranch('v1.0.0')
The problem with this is having to update code for each release. Being able to php bin/console deploy prod @tag would be a really nice feature.
php bin/console deploy prod @tag
I created a PR for this feature. #110
No branches or pull requests
Hello,
I would like to know if it is possible to deploy a project that has a specific git tag ?
Thank you !
The text was updated successfully, but these errors were encountered: