759 B
759 B
WEB DEPLOY
Ce projet modèle est pour déployer son site web via le CI/CD du garage
CONFIGURATION
- Placer son site web dans le dossier html/ :
├── Dockerfile
├── html
│ ├── content
│ │ ├── page1.html
│ │ ├── page2.html
│ │ └── page3.html
│ ├── css
│ │ └── styles.css
│ └── index.html
└── README.md
- Créer la branche deploy :
git checkout -b deploy
- Pousser la branche deploy :
git push origin -u deploy
- Le site est disponible à l'adresse https://username.nom_du_projet.legaragenumerique.xyz
exemple pour l'utilisateur greg avec un projet portfolio: