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
726799bc
Commit
726799bc
authored
Jan 18, 2017
by
chriseth
Committed by
GitHub
Jan 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #393 from ethereum/deployToRemixLive
Delete old and add new key.
parents
6d618b29
3d23b3b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
deploy_from_travis.sh
ci/deploy_from_travis.sh
+2
-2
No files found.
ci/deploy_from_travis.sh
View file @
726799bc
...
@@ -33,7 +33,7 @@ openssl aes-256-cbc -K $ENCRYPTED_KEY1 -iv $ENCRYPTED_IV1 -in ci/deploy_key.enc
...
@@ -33,7 +33,7 @@ openssl aes-256-cbc -K $ENCRYPTED_KEY1 -iv $ENCRYPTED_IV1 -in ci/deploy_key.enc
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
ssh-add deploy_key
ssh-add deploy_key_remix-live
git push
-f
git@github.com:ethereum/browser-solidity.git gh-pages
git push
-f
git@github.com:ethereum/browser-solidity.git gh-pages
ssh-add
-D
ssh-add deploy_key_remix-live
git push
-f
git@github.com:ethereum/remix-live.git gh-pages
git push
-f
git@github.com:ethereum/remix-live.git 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