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
bf9d1452
Commit
bf9d1452
authored
Jan 18, 2017
by
chriseth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also deploy to remix-live repository.
parent
e8dbc8e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
.travis.yml
.travis.yml
+0
-1
deploy_from_travis.sh
ci/deploy_from_travis.sh
+11
-5
deploy_key_remix-live.enc
ci/deploy_key_remix-live.enc
+0
-0
No files found.
.travis.yml
View file @
bf9d1452
...
@@ -15,6 +15,5 @@ env:
...
@@ -15,6 +15,5 @@ env:
-
ENCRYPTION_LABEL="b5c2730599da"
-
ENCRYPTION_LABEL="b5c2730599da"
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR="Travis CI"
-
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 README.md soljson.js"
-
FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md soljson.js"
cache
:
false
cache
:
false
ci/deploy_from_travis.sh
View file @
bf9d1452
...
@@ -10,20 +10,26 @@ git checkout --orphan gh-pages
...
@@ -10,20 +10,26 @@ git checkout --orphan gh-pages
git
rm
--cached
-r
.
git
rm
--cached
-r
.
echo
"# Automatic build"
>
README.md
echo
"# Automatic build"
>
README.md
echo
"Built website from
\`
$SHA
\`
. See https://github.com/ethereum/browser-solidity/ for details."
>>
README.md
echo
"Built website from
\`
$SHA
\`
. See https://github.com/ethereum/browser-solidity/ for details."
>>
README.md
echo
"To use an offline copy, download
\`
browser-solidity
-
$SHA
.zip
\`
."
>>
README.md
echo
"To use an offline copy, download
\`
remix
-
$SHA
.zip
\`
."
>>
README.md
# ZIP the whole directory
# ZIP the whole directory
zip
-r
browser-solidity
-
$SHA
.zip
$FILES_TO_PACKAGE
zip
-r
remix
-
$SHA
.zip
$FILES_TO_PACKAGE
# -f is needed because "build" is part of .gitignore
# -f is needed because "build" is part of .gitignore
git add
-f
$FILES_TO_PACKAGE
browser-solidity
-
$SHA
.zip
git add
-f
$FILES_TO_PACKAGE
remix
-
$SHA
.zip
git commit
-m
"Built website from {
$SHA
}."
git commit
-m
"Built website from {
$SHA
}."
ENCRYPTED_KEY_VAR
=
"encrypted_
${
ENCRYPTION_LABEL
}
_key"
ENCRYPTED_KEY_VAR
=
"encrypted_
${
ENCRYPTION_LABEL
}
_key"
ENCRYPTED_IV_VAR
=
"encrypted_
${
ENCRYPTION_LABEL
}
_iv"
ENCRYPTED_IV_VAR
=
"encrypted_
${
ENCRYPTION_LABEL
}
_iv"
ENCRYPTED_KEY
=
${
!ENCRYPTED_KEY_VAR
}
ENCRYPTED_KEY
=
${
!ENCRYPTED_KEY_VAR
}
ENCRYPTED_IV
=
${
!ENCRYPTED_IV_VAR
}
ENCRYPTED_IV
=
${
!ENCRYPTED_IV_VAR
}
touch
deploy_key
touch
deploy_key_remix-live
chmod
600 deploy_key deploy_key_remix-live
openssl aes-256-cbc
-K
$ENCRYPTED_KEY
-iv
$ENCRYPTED_IV
-in
ci/deploy_key.enc
-out
deploy_key
-d
openssl aes-256-cbc
-K
$ENCRYPTED_KEY
-iv
$ENCRYPTED_IV
-in
ci/deploy_key.enc
-out
deploy_key
-d
chmod
600 deploy_key
openssl aes-256-cbc
-K
$ENCRYPTED_KEY
-iv
$ENCRYPTED_IV
-in
ci/deploy_key_remix-live.enc
-out
deploy_key_remix-live
-d
eval
`
ssh-agent
-s
`
eval
`
ssh-agent
-s
`
ssh-add deploy_key
ssh-add deploy_key
ssh-add deploy_key_remix-live
git push
-f
"
$PUSH_REPO
"
gh-pages
git push
-f
git@github.com:ethereum/browser-solidity.git gh-pages
git push
-f
git@github.com:ethereum/remix-live.git gh-pages
ci/deploy_key_remix-live.enc
0 → 100644
View file @
bf9d1452
File added
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