Category: tech
-
Caching in GitLab CI/CD
If you are using mutliple stages to the CI and each stage needs bundle install, cache bundle and just reuse it.
-
Free HTTPS Using Let’s Encrypt Certbot with NGINX
Let’s Encrypt is a new Certificate Authority which provides free SSL certificates (up to a certain limit per week). It came out of beta around a month back and is supported by a wide array of browsers.
-
Jekyll Deployment using git hook
Sites built using Jekyll can be deployed in a large number of ways due to the static nature of the generated output. A one of them deployment techniques is described below using git hook.
-
Install Ruby On Rails, Postgres, GitHub, Nginx with Passenger
To setup production environment with ruby, rails, nginx and passengeruse following steps one by one