I'm developing on Ruby on Rails and write some articles on Hexo.
My project source code repo is on Gitlab server.
So my deploy flow is
- Commit the production code to Gitlab from my working space.
- Login in the Web server, then pull the production code from Gitlab
- Restart the Webserver, or regenerate articles for Hexo.
Is there any way to let me, renew the webserver with one step ?