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
aaad7394
Commit
aaad7394
authored
Jun 10, 2020
by
yann300
Committed by
ioedeveloper
Jul 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
publish only built files
parent
abf5e6d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
config.yml
.circleci/config.yml
+2
-0
build_and_publish_docker_images.sh
ci/build_and_publish_docker_images.sh
+3
-0
No files found.
.circleci/config.yml
View file @
aaad7394
...
@@ -166,6 +166,8 @@ jobs:
...
@@ -166,6 +166,8 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
setup_remote_docker
-
setup_remote_docker
-
run
:
npm install
-
run
:
npm run build
-
run
:
./ci/build_and_publish_docker_images.sh
-
run
:
./ci/build_and_publish_docker_images.sh
deploy-remix-alpha
:
deploy-remix-alpha
:
...
...
ci/build_and_publish_docker_images.sh
View file @
aaad7394
...
@@ -4,6 +4,9 @@ set -e
...
@@ -4,6 +4,9 @@ set -e
# If not staging and master branch are existing
# If not staging and master branch are existing
export
TAG
=
"
$CIRCLE_BRANCH
"
export
TAG
=
"
$CIRCLE_BRANCH
"
mkdir
temp_publish_docker
cp
-r
$FILES_TO_PACKAGE
temp_publish_docker
docker login
--username
$DOCKER_USER
--password
$DOCKER_PASS
docker login
--username
$DOCKER_USER
--password
$DOCKER_PASS
docker-compose build
docker-compose build
docker push remixproject/remix-ide:
$TAG
docker push remixproject/remix-ide:
$TAG
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