Skip to content

Commit

Permalink
CircleCi with envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsc committed Mar 16, 2018
1 parent 0d2068b commit 41061f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

# run build!
- run: yarn build
- run: export REACT_APP_API="https://catalogue.cf/api/" && export REACT_APP_CDN_URL="https://catalogue.cf/lib/" && yarn build
- persist_to_workspace:
root: ~/repo
paths:
Expand Down Expand Up @@ -57,4 +57,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^v.*/
only: /^v.*/

0 comments on commit 41061f9

Please sign in to comment.