Thanks @xiaoxiaodu for contributing this article. Link to Juglans' Blog. If you also want to experience the automated continuous deployment of flow.ci, submit your application...
Writing a Shell script takes less than a few lines and is much easier, but requires some Linux skills. Dockerfile containerizes your application. With these...
Today, more and more engineering teams are implementing agile development to drive shorter, faster release cycles. The growth of the code base and the higher...
Assuming you already know about GitHub's GitHub Pages feature, you can turn it on in Settings by putting the front-end file in the GitHub repository....
Travis CI is a continuous integration tool that automatically pulls code from GitHub and then performs testing, building, and deployment. The goal of this article...
Travis CI is a continuous integration service that can be tied to projects on Github, specified to monitor a branch, and automatically grabbed whenever new...
If you've been there before, you know the need for continuous integration because manual deployment is tedious and time-consuming, and while the deployment process is...