deploy latest tag on master #3647
Unanswered
arderyp
asked this question in
Help needed
Replies: 1 comment 1 reply
-
Nope. There is no such thing at latest. As a one of the solutions: add latest tag with your version tag. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i know there is a
--tag=x.y.z
option. I'm wondering is there is a way to tell deployer something likedep deploy --tag=latest
, where it would automatically use the most recent tag published on master. Basically: "deploy the latest release"I know there are lots of different approaches to querying GH API or leveraging
git
to determine what the latest tag is, and the various approaches seem hotly debated. So maybe there is no clear answer and thus this must be implemented on a case-by-case basis.Just thought I'd ask to see what the community thinks.
Beta Was this translation helpful? Give feedback.
All reactions