build: publishes grafana enterprise to grafana.com

This commit is contained in:
Leonard Gram 2018-11-05 16:26:19 +01:00
parent d728a3c521
commit 1de35c43a7
2 changed files with 4 additions and 1 deletions

View File

@ -335,6 +335,9 @@ jobs:
- run:
name: deploy to gcp
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:

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# no relation to publish.go