Commit aaad7394 authored by yann300's avatar yann300 Committed by ioedeveloper

publish only built files

parent abf5e6d9
...@@ -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:
......
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment