gitlab
Migrating to a static site
robo
Tue, 11/03/2020 - 18:17
Migrating the old site
The old site was hosted on Drupal 6 and when we were planning to redesign it and move to Drupal 8, the question arose what to do with the old site. We decided to archive it and host it as a static site, for nostalgic reasons. Below is a description of how we did this using a combination of Httrack, Docker and Kubernetes. The end result is a static site that is build in a CI/CD pipeline and deployed on a Kubernetes cluster using Helm.
Check out the end result: old.happyconsultancy.com
- Read more about Migrating to a static site
- Log in to post comments