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
87df1e76
Unverified
Commit
87df1e76
authored
Jul 31, 2020
by
David Disu
Committed by
GitHub
Jul 31, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #335 from ethereum/remix-live-deploy
Remix live deploy config
parents
813bcc5d
5f4d67b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
deploy_from_travis_remix-live.sh
apps/remix-ide/ci/deploy_from_travis_remix-live.sh
+5
-2
No files found.
apps/remix-ide/ci/deploy_from_travis_remix-live.sh
View file @
87df1e76
...
...
@@ -11,10 +11,13 @@ git rm --cached -r -f .
echo
"# Automatic build"
>
README.md
echo
"Built website from
\`
$SHA
\`
. See https://github.com/ethereum/remix-ide/ for details."
>>
README.md
echo
"To use an offline copy, download
\`
remix-
$SHA
.zip
\`
."
>>
README.md
cp
-r
$FILES_TO_PACKAGE
"./"
rm
-rf
dist
FILES_TO_DEPLOY
=
"assets index.html main.js polyfills.js runtime.js vendor.js"
# ZIP the whole directory
zip
-r
remix-
$SHA
.zip
$FILES_TO_
PACKAGE
zip
-r
remix-
$SHA
.zip
$FILES_TO_
DEPLOY
# -f is needed because "build" is part of .gitignore
git add
-f
$FILES_TO_
PACKAGE
remix-
$SHA
.zip
git add
-f
$FILES_TO_
DEPLOY
remix-
$SHA
.zip
git commit
-m
"Built website from {
$SHA
}."
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