rwilcox / odyssey

Rails, React, and deployment patterns
0 stars 0 forks source link

CI Build tool work complete; deployment half thought out #22

Closed rwilcox closed 6 years ago

rwilcox commented 6 years ago

We now have a good story around continuous integration: running our tests every time someone pushes code or opens a PR.

We have half a story around deployment: I have some ideas around a general deployment strategy, but nothing really hooked up to do a deployment. I thought I'd get this merged to master anyway, then work on revising the deployment stuff next.

jcarvin commented 6 years ago

Love the additional scrips. Also excited for the CI. I'd like to talk with you about deployment soon, just for my own benefit and understanding.