Unverified Commit f6be94a6 authored by yann300's avatar yann300 Committed by GitHub

add remix_live deployment

parent 12aa2e77
...@@ -43,6 +43,12 @@ jobs: ...@@ -43,6 +43,12 @@ jobs:
command: | command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then if [ "${CIRCLE_BRANCH}" == "master" ]; then
./ci/deploy_from_travis_remix-alpha.sh; ./ci/deploy_from_travis_remix-alpha.sh;
fi
- run:
name: Deploy
command: |
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./ci/deploy_from_travis_remix-live.sh;
fi fi
workflows: workflows:
......
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