mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: update submodules
This commit is contained in:
parent
dc8e651cd7
commit
08f96f720f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue