Update 'Déploiement sur liveche'
parent
87c1bf3b14
commit
5fdfcc0001
@ -28,3 +28,15 @@ 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
|
||||
´´´
|
Loading…
Reference in New Issue
Block a user