Skip to content

Commit fb2eddb

Browse files
authored
update drone signature (#143)
* update drone signature * add drone config update instructions
1 parent b2bcef5 commit fb2eddb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ steps:
3434

3535
---
3636
kind: signature
37-
hmac: dabf2613950066fd502238aeacf42600215e93853dc525e055d32027090867db
37+
hmac: 5d68e6853a869ce0945e58f00f86b4612e57d21d3e8dfff3b3807e0544658690
3838

3939
...

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,20 @@ see the ./pkg folder
99
## Frontend configuration
1010

1111
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
25+
export DRONE_TOKEN=<Your DRONE_TOKEN>
26+
27+
mage drone
28+
```

0 commit comments

Comments
 (0)