mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
build: publishes grafana enterprise to grafana.com
This commit is contained in:
@ -335,6 +335,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: deploy to gcp
|
name: deploy to gcp
|
||||||
command: '/opt/google-cloud-sdk/bin/gsutil cp ./enterprise-dist/* gs://$GCP_BUCKET_NAME/enterprise/master'
|
command: '/opt/google-cloud-sdk/bin/gsutil cp ./enterprise-dist/* gs://$GCP_BUCKET_NAME/enterprise/master'
|
||||||
|
- run:
|
||||||
|
name: Deploy to grafana.com
|
||||||
|
command: 'cd enterprise-dist && scripts/build/release_publisher/release_publisher -apikey ${GRAFANA_COM_API_KEY} -enterprise -from-local'
|
||||||
|
|
||||||
|
|
||||||
deploy-enterprise-release:
|
deploy-enterprise-release:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# no relation to publish.go
|
# no relation to publish.go
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user