When I want to use the drone web UI to test deployment to production, I found something error.
Docker image: drone/drone:latest
The following is the steps I try:
-
Toggle the deploy button
-
Fill up the box
-
Finally, after I toggle the submit button, the request url didn’t contain the parameter value.
In the document link below said that we can use the custom parameter as the environment variables in the pipeline
Link: Build Promote | Drone
I think the drone front-end missed the key-value pair parameter.