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
baea76c4
Commit
baea76c4
authored
Oct 31, 2018
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: gpc credentials added to deploy.
parent
dab833a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
.circleci/config.yml
+12
-0
No files found.
.circleci/config.yml
View file @
baea76c4
...
...
@@ -372,6 +372,12 @@ jobs:
name
:
Trigger Windows build
command
:
'
./scripts/trigger_windows_build.sh
${APPVEYOR_TOKEN}
${CIRCLE_SHA1}
master'
-
run
:
name
:
gcp credentials
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
:
name
:
deploy to gcp
command
:
'
/opt/google-cloud-sdk/bin/gsutil
cp
./dist/*
gs://$GCP_BUCKET_NAME/oss/master'
-
run
:
...
...
@@ -390,6 +396,12 @@ jobs:
name
:
deploy to s3
command
:
'
aws
s3
sync
./dist
s3://$BUCKET_NAME/release'
-
run
:
name
:
gcp credentials
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
:
name
:
deploy to gcp
command
:
'
/opt/google-cloud-sdk/bin/gsutil
cp
./dist/*
gs://R/oss/release'
-
run
:
...
...
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