diff --git a/README.md b/README.md index 0843fe7..b4be4b3 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ The website structure is very easy. The most important files and directories are - `layouts/`: HTML structure (scaffold) for the website. Useful if you want to add another section or modify anchor links or CSS classes. - `public/`: Built files which are used to display the website. Generated by running `hugo`. -## Technical background information +## Technical information about building + +The FSFE uses Drone to automatically deploy the PMPC website. The website is +automatically deployed when there's a push to the master branch of the +repository, as well as once an hour (to update signatures). + +This is the latest build status: + +[![Build Status](https://drone.fsfe.org/api/badges/pmpc/website/status.svg)](https://drone.fsfe.org/pmpc/website) -The repository will be downloaded and built every 5 minutes to the live website on pmpc.mehl.mx. So please wait a bit until your modifications are visible. It shouldn't look different from what `hugo server` shows you.