Skip to content

Instantly share code, notes, and snippets.

View Paretkf's full-sized avatar
🏠
Working from home

Rachata Paretkf

🏠
Working from home
View GitHub Profile
MONGO_USER=superAdmin
MONGO_PASSWORD=superPassword
MONGO_HOST=localhost:27017
PORT=7777
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