Hi,
I’m promoting a build to a different environment that triggers a new pipeline (inside the same .drone.yaml file). I’m specifying a key and value in the parameter but can’t access them during the deployment.
I was under the impression that parameters would be passed in as environment variables but when printing all env vars as one of the commands it doesn’t show. Is my understanding correct or is this not how parameters work?
Thanks