fix: update submodules

This commit is contained in:
Naramsim 2024-08-06 10:28:40 +02:00
parent dc8e651cd7
commit 08f96f720f

View file

@ -146,7 +146,7 @@ down-graphql-prod:
update-graphql-data-prod:
docker compose ${gql_compose_config} stop
git pull origin master
git submodule update --init
git submodule update --remote --merge
docker compose ${gql_compose_config} up --pull always -d app cache db
sync; echo 3 > /proc/sys/vm/drop_caches
make docker-migrate