I hope you don’t mind me creating separate threads for these separate issues.
We’re doing our deployments through github deployments.
Github in turn makes a webhook to drone, which deploys the code running as a drone build.
In our test with drone 1.0.0-rc5 the webhook yields in no activitiy. I cannot seem to find anything regarding deployments in the webgui (unlike before in drone 8.x).
Do I need to do something special to handle deployment “builds” ?
Is it perhaps the idea that code is to be merged to master, which then can be deployed?
I think the checkout command would fail if one tries to deploy code which is not the last commit.