Update 'Déploiement sur liveche'

Julien Minet 2022-10-05 14:25:43 +00:00
parent 87c1bf3b14
commit 5fdfcc0001
1 changed files with 13 additions and 1 deletions

@ -27,4 +27,16 @@ Il est peut-être aussi nécessaire de faire de même pour l'image `media`.
docker-compose build citizen-back
docker login registry.gitlab.com
docker push registry.gitlab.com/champs-libres/geonature-citizen/back
```
```
### Sur le serveur distant
```bash
docker pull registry.gitlab.com/champs-libres/geonature-citizen/front
# Rebuild of the front
docker-compose run --rm citizen-front npm run build:i18n-ssr
# Restart the containers
docker-compose up -d db
docker-compose up -d
´´´