Skip to content

Commit

Permalink
add remix_live deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jun 18, 2019
1 parent 12aa2e7 commit f6be94a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
./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
workflows:
Expand Down

0 comments on commit f6be94a

Please sign in to comment.