readme: add infos about CI/CD + fix typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Vincent Finance 2022-07-08 09:18:16 +02:00
parent ea21c24a48
commit 91da9aad4b
1 changed files with 9 additions and 1 deletions

View File

@ -51,6 +51,10 @@ $ pip3 install md2gemini
Pour construire le site, utiliser la commande `kiln build` à la racine du dépôt.
### Publication du site
Ce dépôt Git utilise de la CI/CD : un script se déclenche automatiquement à chaque commit validé sur la branche principale et active le déploiement automatique du site sur le serveur. Aucune action utilisateur n'est donc requise pour activer le déploiement.
## English
Main website of openbsd.fr.eu.org
@ -86,7 +90,7 @@ $ sudo pip3 install md2gemini
```
* OpenBSD :
```bash
$ doas pkg_add golang gmake scdoc
$ doas pkg_add go gmake scdoc
$ git clone https://git.sr.ht/~adnano/kiln
$ cd kiln && gmake && doas gmake install
$ git clone https://git.sr.ht/~adnano/mdtohtml
@ -99,3 +103,7 @@ $ pip3 install md2gemini
### Site generation
To build the website, use the `kiln build` command at the repo's root.
### Site publication
This git repo uses CI/CD : a script starts automatically for every commit pushed on the main branch and deploys the site on the server. No action is needed for deploying the site.