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
c83b0f26
Commit
c83b0f26
authored
Jan 04, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated wercker deploy script
parent
30c7cb80
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
grafana
+1
-1
wercker.yml
+10
-1
No files found.
grafana
@
5a3d3f50
Subproject commit 5
5bc1507013279ed526c235c343885b49fe441e7
Subproject commit 5
a3d3f5098c3dfe42d4fbe63f3c43d0d1a154d8a
wercker.yml
View file @
c83b0f26
...
@@ -29,6 +29,10 @@ build:
...
@@ -29,6 +29,10 @@ build:
-
grunt
:
-
grunt
:
cwd
:
grafana/
cwd
:
grafana/
tasks
:
release --mode=backend
tasks
:
release --mode=backend
-
script
:
name
:
copy output
code
:
|-
rsync -avz "$WERCKER_SOURCE_DIR/grafana/dist/*" "$WERCKER_OUTPUT_DIR"
deploy
:
deploy
:
steps
:
steps
:
-
add-to-known_hosts
:
-
add-to-known_hosts
:
...
@@ -46,4 +50,9 @@ deploy:
...
@@ -46,4 +50,9 @@ deploy:
code
:
|
code
:
|
pwd
pwd
ls -la
ls -la
scp -i $PRIVATEKEY_PATH -o StrictHostKeyChecking=no -o UserKnownHostsFile=no grafana deploy@play.grafana.org:/home/deploy/
scp -i $PRIVATEKEY_PATH -o StrictHostKeyChecking=no -o UserKnownHostsFile=no *.gz deploy@play.grafana.org:/home/deploy/
-
script
:
name
:
deploy application
code
:
|
./wercker_deploy.sh
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