This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MONGO_USER=superAdmin | |
MONGO_PASSWORD=superPassword | |
MONGO_HOST=localhost:27017 | |
PORT=7777 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: node_js | |
node_js: | |
- "6.11" | |
branches: | |
only: | |
- master # auto build and deploy in only master branch | |
install: | |
- npm install -g firebase-tools # install firebase-cli | |
- yarn |
NewerOlder