update "make update" and pull from master

pull/21/head
JensDiemer 2020-11-14 12:11:34 +01:00
rodzic e101f0d40d
commit 0a871cc891
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ install: check-poetry ## install requirements to setup project
update: check-poetry ## update the sources and docker containers
git fetch --all
git pull origin deployment
git pull origin master
poetry update
./compose.sh build --pull
$(MAKE) restart