πŸ“… 2025-11-10 β€” Session: Automated Build and Deployment for Hotel Zombire Website

πŸ•’ 21:40–21:55
🏷️ Labels: Automation, HTML, Web Development, Python, Hotel Zombire
πŸ“‚ Project: Dev

Session Goal

The goal of this session was to automate the build and deployment process for Hotel Zombire’s website using the Stride template.

Key Activities

  • Developed a script to automate the creation of a build for the Stride template, incorporating customer-specific mappings, generating HTML content, and pruning unnecessary images.
  • Utilized Python’s pathlib module to list directory contents for file management.
  • Automated the process of copying and modifying HTML files with metadata, hero blocks, and contact information.
  • Implemented a robust file copying script to ensure accurate template directory replication.
  • Conducted a local build of the Stride template, detailing file changes and deployment steps.
  • Diagnosed and fixed issues in the JSON to HTML integration process, proposing improvements for robustness.

Achievements

  • Successfully automated the build process for Hotel Zombire’s website, ensuring efficient deployment.
  • Improved the robustness of file handling and HTML modification scripts.

Pending Tasks

  • Further enhance the JSON to HTML integration process by implementing explicit placeholders in templates for better flexibility and maintainability.