Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.07 KB

DEPLOYMENT.md

File metadata and controls

22 lines (19 loc) · 1.07 KB

Deployment

This document is aimed at any Perl.com editor who wants to update the live site. Perl.com is organized as a Git repository which is built with Hugo and the generated files are pushed to the private perl.com-staging repository managed by the TPF organization. Changes pushed to that repository are reflected on the live site within a few minutes.

Steps

  1. Clone this repository
  2. Clone the private TPF perl.com-staging repository
  3. Install Hugo. Warning packaged versions of hugo are often very out of date, and may not work. You're usually better off with a pre-compiled binary. The site is tested against v0.31.1 and higher
  4. Change into the root perldotcom directory and run bin/deploy
  5. The live site will be updated a short while after