update readme

This commit is contained in:
Grégory Lebreton 2024-09-18 15:46:08 +02:00
parent 65ed269762
commit 1a6a6eac14

View File

@ -4,8 +4,33 @@ Ce projet modèle est pour déployer son site web via le CI/CD du garage
## CONFIGURATION
....
1. Placer son site web dans le dossier html/ :
```bash
├── Dockerfile
├── html
│ ├── content
│ │ ├── page1.html
│ │ ├── page2.html
│ │ └── page3.html
│ ├── css
│ │ └── styles.css
│ └── index.html
└── README.md
```
## UTILISATION
2. Créer la branche deploy :
```bash
git checkout -b deploy
```
....
3. Pousser la branche deploy :
```bash
git push origin -u deploy
```
4. Le site est disponible à l'adresse username.nom_du_projet.legaragenumerique.xyz
exemple pour lèutilisateur greg avec un projet portfolio:
> https://greg.portfolio.legaragenumerique.xyz
## NOTES