Update 'Déploiement sur liveche'
parent
87c1bf3b14
commit
5fdfcc0001
@ -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-compose build citizen-back
|
||||||
docker login registry.gitlab.com
|
docker login registry.gitlab.com
|
||||||
docker push registry.gitlab.com/champs-libres/geonature-citizen/back
|
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
|
||||||
|
´´´
|
Loading…
Reference in New Issue
Block a user