Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review deployment script #191

Open
bluzi opened this issue Oct 27, 2017 · 1 comment
Open

Review deployment script #191

bluzi opened this issue Oct 27, 2017 · 1 comment

Comments

@bluzi
Copy link
Owner

bluzi commented Oct 27, 2017

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)

@copolycube
Copy link
Contributor

Hello, there was a blocking issue (wrong package) on the travis script, I just did PR fix to make it run again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants