Roxot / polly

Event planning made easy.
www.getpollyapp.com
0 stars 0 forks source link

Consider switching to Wercker for CI #33

Open Roxot opened 8 years ago

Roxot commented 8 years ago

The current CI works fine, but I don't really feel comfortable with running tests on the production server (since it will spawn another instance of Polly, fiddle with the database, etc.). Wercker seems to offer nice free services that we can use as well.

sander-m commented 8 years ago

We could even use Wercker for one-click deploys to DO because it's based on standard Docker images, very flexible and by default supports things like postgres and redis and helps with deployment steps. You can even use the image locally for debugging. This provides clean, reproducible builds/environments for both testing and deploy :)