Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
cfa79126
Commit
cfa79126
authored
May 19, 2016
by
chriseth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure push repo from outside.
parent
d12bfd74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+1
-0
deploy_from_travis.sh
ci/deploy_from_travis.sh
+1
-3
No files found.
.travis.yml
View file @
cfa79126
...
...
@@ -13,6 +13,7 @@ env:
-
ENCRYPTION_LABEL
:
"
b5c2730599da"
-
COMMIT_AUTHOR_EMAIL
:
"
chris@ethereum.org"
-
COMMIT_AUTHOR
:
"
Travis
CI"
-
PUSH_REPO
:
"
git@github.com:ethereum/browser-solidity.git"
-
FILES_TO_PACKAGE
:
"
assets
background.js
build
icon.png
index.html
manifest.json
worker.js"
ci/deploy_from_travis.sh
View file @
cfa79126
...
...
@@ -2,8 +2,6 @@
set
-e
REPO
=
`
git config remote.origin.url
`
SSH_REPO
=
${
REPO
/https
:
\/\/github.com\//git@github.com
:
}
SHA
=
`
git rev-parse
--verify
HEAD
`
git config user.name
"
$COMMIT_AUTHOR
"
...
...
@@ -22,4 +20,4 @@ chmod 600 deploy_key
eval
`
ssh-agent
-s
`
ssh-add deploy_key
git push
-f
"
${
S
SH_REPO
}
"
gh-pages
git push
-f
"
${
PU
SH_REPO
}
"
gh-pages
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