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
b34c6f26
Commit
b34c6f26
authored
Aug 02, 2017
by
yann300
Committed by
GitHub
Aug 02, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #651 from ethereum/origin/updateghpages
deploy to yann300 githubpages
parents
70f02ab2
60c77e0d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
14 deletions
+30
-14
.travis.yml
.travis.yml
+1
-0
deploy_from_travis.sh
ci/deploy_from_travis.sh
+29
-14
deploy_key_yann300_remix.enc
ci/deploy_key_yann300_remix.enc
+0
-0
No files found.
.travis.yml
View file @
b34c6f26
...
@@ -14,6 +14,7 @@ env:
...
@@ -14,6 +14,7 @@ env:
global
:
global
:
-
ENCRYPTION_LABEL1="b5c2730599da"
-
ENCRYPTION_LABEL1="b5c2730599da"
-
ENCRYPTION_LABEL2="85f76a180658"
-
ENCRYPTION_LABEL2="85f76a180658"
-
ENCRYPTION_LABEL3="5b002fd193f7"
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR="Travis CI"
-
COMMIT_AUTHOR="Travis CI"
-
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"
...
...
ci/deploy_from_travis.sh
View file @
b34c6f26
...
@@ -26,18 +26,33 @@ ENCRYPTED_IV_VAR2="encrypted_${ENCRYPTION_LABEL2}_iv"
...
@@ -26,18 +26,33 @@ ENCRYPTED_IV_VAR2="encrypted_${ENCRYPTION_LABEL2}_iv"
ENCRYPTED_KEY2
=
${
!ENCRYPTED_KEY_VAR2
}
ENCRYPTED_KEY2
=
${
!ENCRYPTED_KEY_VAR2
}
ENCRYPTED_IV2
=
${
!ENCRYPTED_IV_VAR2
}
ENCRYPTED_IV2
=
${
!ENCRYPTED_IV_VAR2
}
touch
deploy_key
touch
deploy_key_remix-live
chmod
600 deploy_key deploy_key_remix-live
# touch deploy_key
openssl aes-256-cbc
-K
$ENCRYPTED_KEY1
-iv
$ENCRYPTED_IV1
-in
ci/deploy_key.enc
-out
deploy_key
-d
# touch deploy_key_remix-live
openssl aes-256-cbc
-K
$ENCRYPTED_KEY2
-iv
$ENCRYPTED_IV2
-in
ci/deploy_key_remix-live.enc
-out
deploy_key_remix-live
-d
# chmod 600 deploy_key deploy_key_remix-live
# openssl aes-256-cbc -K $ENCRYPTED_KEY1 -iv $ENCRYPTED_IV1 -in ci/deploy_key.enc -out deploy_key -d
# openssl aes-256-cbc -K $ENCRYPTED_KEY2 -iv $ENCRYPTED_IV2 -in ci/deploy_key_remix-live.enc -out deploy_key_remix-live -d
# eval `ssh-agent -s`
# ssh-add deploy_key
# git push -f git@github.com:ethereum/browser-solidity.git gh-pages
# ssh-add -D
# echo -n "remix.ethereum.org" > CNAME
# git add CNAME
# git commit --amend -m "Built website from {$SHA}."
# ssh-add deploy_key_remix-live
# git push -f git@github.com:ethereum/remix-live.git gh-pages
# deploy yann300 gh-pages
ENCRYPTED_KEY_VAR3
=
"encrypted_
${
ENCRYPTION_LABEL3
}
_key"
ENCRYPTED_IV_VAR3
=
"encrypted_
${
ENCRYPTION_LABEL3
}
_iv"
ENCRYPTED_KEY3
=
${
!ENCRYPTED_KEY_VAR3
}
ENCRYPTED_IV3
=
${
!ENCRYPTED_IV_VAR3
}
touch
deploy_key_yann300_remix
chmod
600 deploy_key_yann300_remix
openssl aes-256-cbc
-K
$ENCRYPTED_KEY3
-iv
$ENCRYPTED_IV3
-in
ci/deploy_key_yann300_remix.enc
-out
deploy_key_yann300_remix
-d
eval
`
ssh-agent
-s
`
eval
`
ssh-agent
-s
`
ssh-add deploy_key
ssh-add deploy_key_yann300_remix
git push
-f
git@github.com:ethereum/browser-solidity.git gh-pages
git push
-f
git@github.com:yann300/remix.git gh-pages
ssh-add
-D
echo
-n
"remix.ethereum.org"
>
CNAME
git add CNAME
git commit
--amend
-m
"Built website from {
$SHA
}."
ssh-add deploy_key_remix-live
git push
-f
git@github.com:ethereum/remix-live.git gh-pages
ci/deploy_key_yann300_remix.enc
0 → 100644
View file @
b34c6f26
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