easy-deploy-bundle icon indicating copy to clipboard operation
easy-deploy-bundle copied to clipboard

How to deploy a specific git tag ?

Open wyllyjon opened this issue 6 years ago • 3 comments

Hello,

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

Thank you !

wyllyjon avatar Jul 30 '18 04:07 wyllyjon

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

Dasky avatar Oct 25 '18 11:10 Dasky

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.

tlorens avatar Aug 01 '19 20:08 tlorens

I created a PR for this feature. #110

kingchills avatar Feb 19 '20 21:02 kingchills