mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
chore: pull submodules
This commit is contained in:
parent
3d9ad78a12
commit
88603b36ca
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue