atlanta-ember-org / atlanta-ember-backend

0 stars 0 forks source link

Circle CI for deployment #18

Closed gschorkopf closed 8 years ago

gschorkopf commented 8 years ago

Closes https://github.com/atlanta-ember-org/atlanta-ember-backend/issues/17

Some thoughts:

Also:

gschorkopf commented 8 years ago

@pdougall1 @camthompson @ultimatemonty :eyes:

camthompson commented 8 years ago

I think deploying from Circle makes sense here. Automating deployment makes it clear what is currently deployed and makes sharing/protecting production config easier. It does mean we have to be disciplined about merging API changes that would break the frontend, but I digress.

I don't understand the difference between master/develop without staging either. But it does leave the option of a staging/pre-production environment open.

+100 for turning off email notifications

pdougall1 commented 8 years ago

staging/pre-production environment == develop

gschorkopf commented 8 years ago

Just waiting on the "whether or not to commit the deploy part".

pdougall1 commented 8 years ago

@gschorkopf I believe we're all happy with continuous deployment :+1:

gschorkopf commented 8 years ago

Let's give it a go.