Commit b8a52ed0 by Torkel Ödegaard Committed by GitHub

CDN: Fixing drone CI config (#31052)

* CDN: Fixing drone CI config

* was in wrong dir when I executed command

* removed whitespace
parent da3f9639
......@@ -544,7 +544,7 @@ steps:
commands:
- ./bin/grabpl upload-cdn --edition oss --bucket "grafana-static-assets"
environment:
GCP_KEY:
GCP_GRAFANA_UPLOAD_KEY:
from_secret: gcp_key
depends_on:
- package
......
......@@ -317,7 +317,7 @@ def upload_cdn(edition):
'package',
],
'environment': {
'GCP_KEY': {
'GCP_GRAFANA_UPLOAD_KEY': {
'from_secret': 'gcp_key',
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment