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
31b0a216
Unverified
Commit
31b0a216
authored
Feb 22, 2018
by
yann300
Committed by
GitHub
Feb 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1106 from ethereum/UpdatetravisBuild
Update travis build
parents
50bd28ac
d3844308
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
14 deletions
+9
-14
deploy_from_travis_master.sh
ci/deploy_from_travis_master.sh
+9
-5
deploy_from_travis_remix-live.sh
ci/deploy_from_travis_remix-live.sh
+0
-9
No files found.
ci/deploy_from_travis_master.sh
View file @
31b0a216
...
@@ -17,15 +17,19 @@ zip -r remix-$SHA.zip $FILES_TO_PACKAGE
...
@@ -17,15 +17,19 @@ zip -r remix-$SHA.zip $FILES_TO_PACKAGE
git add
-f
$FILES_TO_PACKAGE
remix-
$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
}."
# deploy yann300 gh-pages
ENCRYPTED_KEY_VAR3
=
"encrypted_
${
ENCRYPTION_LABEL3
}
_key"
ENCRYPTED_KEY_VAR3
=
"encrypted_
${
ENCRYPTION_LABEL3
}
_key"
ENCRYPTED_IV_VAR3
=
"encrypted_
${
ENCRYPTION_LABEL3
}
_iv"
ENCRYPTED_IV_VAR3
=
"encrypted_
${
ENCRYPTION_LABEL3
}
_iv"
ENCRYPTED_KEY3
=
${
!ENCRYPTED_KEY_VAR3
}
ENCRYPTED_KEY3
=
${
!ENCRYPTED_KEY_VAR3
}
ENCRYPTED_IV3
=
${
!ENCRYPTED_IV_VAR3
}
ENCRYPTED_IV3
=
${
!ENCRYPTED_IV_VAR3
}
touch
deploy_key_yann300_remix
touch
deploy_key_remix-live-alpha
chmod
600 deploy_key_yann300_remix
chmod
600 deploy_key deploy_key_remix-live-alpha
openssl aes-256-cbc
-K
$ENCRYPTED_KEY3
-iv
$ENCRYPTED_IV3
-in
ci/deploy_key_yann300_remix.enc
-out
deploy_key_yann300_remix
-d
openssl aes-256-cbc
-K
$ENCRYPTED_KEY3
-iv
$ENCRYPTED_IV3
-in
ci/deploy_key_remix-live-alpha.enc
-out
deploy_key_remix-live-alpha
-d
eval
`
ssh-agent
-s
`
eval
`
ssh-agent
-s
`
ssh-add deploy_key_yann300_remix
ssh-add deploy_key_yann300_remix
git push
-f
git@github.com:
yann300/remix
.git gh-pages
git push
-f
git@github.com:
ethereum/remix-live-alpha
.git gh-pages
ci/deploy_from_travis_remix-live.sh
View file @
31b0a216
...
@@ -17,24 +17,15 @@ zip -r remix-$SHA.zip $FILES_TO_PACKAGE
...
@@ -17,24 +17,15 @@ zip -r remix-$SHA.zip $FILES_TO_PACKAGE
git add
-f
$FILES_TO_PACKAGE
remix-
$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_VAR1
=
"encrypted_
${
ENCRYPTION_LABEL1
}
_key"
ENCRYPTED_IV_VAR1
=
"encrypted_
${
ENCRYPTION_LABEL1
}
_iv"
ENCRYPTED_KEY1
=
${
!ENCRYPTED_KEY_VAR1
}
ENCRYPTED_IV1
=
${
!ENCRYPTED_IV_VAR1
}
ENCRYPTED_KEY_VAR2
=
"encrypted_
${
ENCRYPTION_LABEL2
}
_key"
ENCRYPTED_KEY_VAR2
=
"encrypted_
${
ENCRYPTION_LABEL2
}
_key"
ENCRYPTED_IV_VAR2
=
"encrypted_
${
ENCRYPTION_LABEL2
}
_iv"
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
touch
deploy_key_remix-live
chmod
600 deploy_key deploy_key_remix-live
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
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
`
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
echo
-n
"remix.ethereum.org"
>
CNAME
git add CNAME
git add CNAME
...
...
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