Skip to content
New issue

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

How to deploy a specific git tag ? #73

Open
wyllyjon opened this issue Jul 30, 2018 · 3 comments
Open

How to deploy a specific git tag ? #73

wyllyjon opened this issue Jul 30, 2018 · 3 comments

Comments

@wyllyjon
Copy link

Hello,

I would like to know if it is possible to deploy a project that has a specific git tag ?

Thank you !

@Dasky
Copy link

Dasky commented Oct 25, 2018

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')

@tlorens
Copy link

tlorens commented Aug 1, 2019

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.

@kingchills
Copy link

I created a PR for this feature. #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants