ConceptPortal-public/scripts/prod/UpdateProd.sh
2023-09-19 21:04:59 +03:00

5 lines
167 B
Bash

git reset --hard
git pull
/bin/bash ./scripts/prod/CreateBackup.sh
docker compose --file "docker-compose-prod.yml" up --build --detach
docker image prune --all --force