Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
1a0b75bc
Unverified
Commit
1a0b75bc
authored
Oct 31, 2018
by
Leonard Gram
Committed by
GitHub
Oct 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: deploys to gcp. (#13911)
parent
e99c1b48
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
.circleci/config.yml
+10
-3
No files found.
.circleci/config.yml
View file @
1a0b75bc
...
@@ -319,16 +319,23 @@ jobs:
...
@@ -319,16 +319,23 @@ jobs:
deploy-enterprise-master
:
deploy-enterprise-master
:
docker
:
docker
:
-
image
:
circleci/python:2.7-stretch
-
image
:
grafana/grafana-ci-deploy:1.0.0
steps
:
steps
:
-
attach_workspace
:
-
attach_workspace
:
at
:
.
at
:
.
-
run
:
-
run
:
name
:
install awscli
name
:
gcp credentials
command
:
'
sudo
pip
install
awscli'
command
:
'
echo
${GCP_GRAFANA_UPLOAD_KEY}
>
/tmp/gcpkey.json'
-
run
:
name
:
sign in to gcp
command
:
'
/opt/google-cloud-sdk/bin/gcloud
auth
activate-service-account
--key-file=/tmp/gcpkey.json'
-
run
:
-
run
:
name
:
deploy to s3
name
:
deploy to s3
command
:
'
aws
s3
sync
./enterprise-dist
s3://$ENTERPRISE_BUCKET_NAME/master'
command
:
'
aws
s3
sync
./enterprise-dist
s3://$ENTERPRISE_BUCKET_NAME/master'
-
run
:
name
:
deploy to gcp
command
:
'
/opt/google-cloud-sdk/bin/gsutil
cp
./enterprise-dist/*
gs://grafana-downloads/enterprise/master'
deploy-enterprise-release
:
deploy-enterprise-release
:
docker
:
docker
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment