Sets bpmn environment variables

This commit is contained in:
Aaron Louie 2020-05-22 15:42:42 -04:00
parent 2c96537554
commit 611e0dd6a1
1 changed files with 5 additions and 1 deletions

View File

@ -29,8 +29,12 @@ install:
addons:
chrome: stable
env:
- BASE_HREF="/"
- API_URL="http://db:5000/v1.0"
- IRB_URL="http://pb:5001"
script:
- export BASE_HREF="/"
- npm run ci
deploy: