Makes env variables more readable

This commit is contained in:
Aaron Louie 2020-05-22 15:50:36 -04:00
parent a82a4ac5ae
commit d7ee651518
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ addons:
chrome: stable
env:
- BASE_HREF="/" API_URL="http://db:5000/v1.0" IRB_URL="http://pb:5001"
global:
- BASE_HREF="/"
- API_URL="http://db:5000/v1.0"
- IRB_URL="http://pb:5001"
script:
- npm run ci