diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-08-16 16:45:51 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-08-16 16:45:51 +0700 |
commit | c25e2eae36fcb09e63688b063ed3b5fb098cfbe0 (patch) | |
tree | b877cb17cf6680cfaf8a4ec176a8dd29b9080ad3 | |
parent | a48e07bfe120f6f227b506f64ab2b7719333e943 (diff) | |
download | community.vyos.net-c25e2eae36fcb09e63688b063ed3b5fb098cfbe0.tar.gz community.vyos.net-c25e2eae36fcb09e63688b063ed3b5fb098cfbe0.zip |
Clarify the purpose of the branches.
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -15,6 +15,16 @@ scripts/ Helper scripts. soupault.conf Configuration file for the soupault static site generator. ``` +## Branches + +This repository has two branches: `main` and `production`. + +The `main` branch serves as a staging environment where all new changes to first. +It's automatically deployed to the staging.vyos.net domain so that the changes +can be viewed live. + +The `production` branch is deployed to the real [vyos.net] website. + ## Contributing The fundamental structure of the website is not set in stone yet, so if you want to add a new page @@ -29,7 +39,7 @@ We encourage you to make sure that the site builds and looks as expected before Two tools are _required_ for building: -* The [soupault](https://soupault.app) static site generator. +* [soupault](https://soupault.app) static site generator. * [SASS](https://sass-lang.com/) compiler, the Dart version. **Note:** the C++ `sassc` _will not_ work! The Dart and the C++ "reference implementations" don't behave the same, |