You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,20 @@ see the ./pkg folder
9
9
## Frontend configuration
10
10
11
11
Frontend code has been moved to https://github.com/grafana/grafana-aws-sdk-react
12
+
13
+
## Drone configuration
14
+
15
+
Drone signs the Drone configuration file. This needs to be run every time the drone.yml file is modified. See https://github.com/grafana/deployment_tools/blob/master/docs/infrastructure/drone/signing.md for more info.
16
+
17
+
### Update drone build
18
+
19
+
If you have not installed drone CLI follow [these instructions](https://docs.drone.io/cli/install/)
20
+
21
+
To sign the `.drone.yml` file:
22
+
23
+
```bash
24
+
# Get your drone token from https://drone.grafana.net/account
0 commit comments