Run backup before build

This commit is contained in:
IRBorisov 2023-09-08 13:51:45 +03:00
parent 964013919d
commit 357750cd02

View File

@ -1,3 +1,4 @@
git pull git pull
/bin/bash ./scripts/prod/CreateBackup.sh
docker compose -f "docker-compose-prod.yml" up --build -d docker compose -f "docker-compose-prod.yml" up --build -d
docker image prune -a -f docker image prune -a -f