Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

luca's avatar
Level 1

Deploying git tags

Hi there :)

I'd like to use envoyer to deploy my next laravel project and I'm wondering how to go about the following.

I understand I can auto deploy from a specific branch such as master, but this can also prove to be dangerous if I or a work mate accidentally push to master. Ideally I'd like to deploy a git tag which I create from my master branch. Whats the best way to go about this with envoyer?

Thanks!

0 likes
1 reply
Woutje99's avatar

Hi Luca,

Envoyer has an option when you deploy your site you can specify a git tag. You have three options when you deploy with envoyer:

  1. Default branch
  2. A different branch
  3. Tag

Good luck with it!

Please or to participate in this conversation.