TailorDev / crick

📊 Crick is a backend for the Watson time-tracker.
https://app.crick.io/
MIT License
229 stars 16 forks source link

Allow to deploy the API with Circle-CI #71

Closed willdurand closed 7 years ago

willdurand commented 7 years ago

After many failures, this now works. The API gets deployed on each commit on the master branch. Database migrations are performed on the fly.

willdurand commented 7 years ago

Issue/PR related to this PR: https://github.com/TailorDev/stack/issues/62, https://github.com/TailorDev/stack/issues/63.

jmaupetit commented 7 years ago

Great!