Add script for production updates

This commit is contained in:
IRBorisov 2023-08-14 23:16:01 +03:00
parent 460d3e4ca1
commit 54b10e4bf6
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# Docs
README.md
LICENSE
TODO.txt
# Git # Git
.git .git
.gitignore .gitignore

3
updateProd.sh Normal file
View File

@ -0,0 +1,3 @@
git pull
docker compose -f "docker-compose-prod.yml" up --build -d
docker image prune -f