Cool stuff — curious if you have more details on your CI flow, specifically if you have multiple…
Topher Lamey
11
Thanks Topher Lamey!
As we mentioned in this post, you can run the build task using different environments, for example build:staging. That task will use the credentials for your staging environment. We changed a little bit ours tasks recently to allow you having multiple environments dynamically. You can see our updated tasks here:
Wolox/frontend-bootstrap
Contribute to frontend-bootstrap development by creating an account on GitHub.github.com
Contribute to frontend-bootstrap development by creating an account on GitHub.github.com
As regards the CI flow, it starts on Github with Pull Requests and finishes in Jenkins with several linters and tests. Something similar to what we explained in our list post:
Ruby on Rails Continuous Integration with Jenkins and Docker Compose
When we started implementing CI at Wolox, every time someone broke the build in Travis CI, they had to bring some…medium.com
When we started implementing CI at Wolox, every time someone broke the build in Travis CI, they had to bring some…medium.com
We hope this helps you :)