bluzi/name-db

Review deployment script

Open

#191 创建于 2017年10月27日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (220 fork)github user discovery
good first issuehacktoberfesthelp wanted

仓库指标

Star
 (60 star)
PR 合并指标
 (PR 指标待抓取)

描述

I recently added a deployment script and Travis deployment

I'd love if someone review it and write in this issue if there are things that could be better implemented.

Thanks!

Some info about what this script actually does: Every time a branch/pull request is being merged to the master branch, Travis execute the deployment script atdeploy/deploy.collections.js. This script connects to a MySQL database, checks to see what changed in collection/, and updates the database. (removes/changes/adds data, so it'll be exactly like collection/)

The MySQL database from above, is being used by the API to deliver the data. (see code)

贡献者指南