Level 8
Hi @neuralnet Envoyer doesn't deploy your package as a GIT repository, so there is nothing there to describe.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I made a custom deployment hook in Envoyer and I want to use Git to get the latest tag (which is the version). But this hook doesn't work, why can't I use Git in a deployment hook and how can I fix this?
I tried doing:
cd {{ release }}
GIT_VERSION_TAG=$(git describe --tags 2>/dev/null)
Hi @neuralnet Envoyer doesn't deploy your package as a GIT repository, so there is nothing there to describe.
Please or to participate in this conversation.