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
5f4d67b7
Commit
5f4d67b7
authored
Jul 30, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remix live deploy config
parent
813bcc5d
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 @
5f4d67b7
...
@@ -11,10 +11,13 @@ git rm --cached -r -f .
...
@@ -11,10 +11,13 @@ git rm --cached -r -f .
echo
"# Automatic build"
>
README.md
echo
"# Automatic build"
>
README.md
echo
"Built website from
\`
$SHA
\`
. See https://github.com/ethereum/remix-ide/ for details."
>>
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
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 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
# -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 commit
-m
"Built website from {
$SHA
}."
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