Bootstrap wiki page Deploiement
parent
d231c704b9
commit
1ba89eb7bf
1 changed files with 29 additions and 0 deletions
29
Deploiement.md
Normal file
29
Deploiement.md
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Deploiement
|
||||||
|
|
||||||
|
## Environnements
|
||||||
|
|
||||||
|
- **Local** : developpement et verification rapide
|
||||||
|
- **Preproduction** : validation avant mise en ligne
|
||||||
|
- **Production** : environnement public reel
|
||||||
|
|
||||||
|
## Repere VPS
|
||||||
|
|
||||||
|
- dossier production : `/home/ubuntu/portail-associations`
|
||||||
|
- dossier preprod : `/home/ubuntu/portail-associations-preprod`
|
||||||
|
- domaine prod : `https://www.portail-association973.com`
|
||||||
|
- domaine preprod : `https://preprod.portail-association973.com`
|
||||||
|
|
||||||
|
## Commande de deploiement
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./scripts/deploy-vps.sh prod
|
||||||
|
./scripts/deploy-vps.sh preprod
|
||||||
|
```
|
||||||
|
|
||||||
|
## Verifications apres deploiement
|
||||||
|
|
||||||
|
1. healthcheck repond
|
||||||
|
2. home publique charge
|
||||||
|
3. admin charge
|
||||||
|
4. cartes et assets essentiels s'affichent
|
||||||
|
5. pas de regression sur les parcours critiques
|
||||||
Loading…
Add table
Add a link
Reference in a new issue