chore: pull submodules

This commit is contained in:
Alessandro Pezzè 2022-07-21 12:01:06 +02:00 committed by GitHub
parent 3d9ad78a12
commit 88603b36ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,7 @@ k8s-delete: # (k8s) Delete pokeapi namespace
update-graphql-prod:
git pull origin master
git submodule update --init
docker stop pokeapi_graphql-engine_1
sync; echo 3 > /proc/sys/vm/drop_caches
docker-compose -f docker-compose.yml -f docker-compose.override.yml -f Resources/compose/docker-compose-prod-graphql.yml up -d app