Hi all
I am trying to understand the build of the command drone build promote
. On the page https://docs.drone.io/cli/build/drone-build-promote/ it shows the following example:
$ drone build promote octocat/hello-world 42 production
what does the 42 mean?
Thanks