mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix(cicd): move metadata application
This commit is contained in:
parent
bd4da3785b
commit
f7ba0048f9
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -144,8 +144,9 @@ update-graphql-data-prod:
|
|||
docker compose -f docker-compose.yml -f Resources/compose/docker-compose-prod-graphql.yml up -d app
|
||||
make docker-migrate
|
||||
make docker-build-db
|
||||
make hasura-apply
|
||||
docker compose stop app
|
||||
sync; echo 3 > /proc/sys/vm/drop_caches
|
||||
docker compose exec -T web sh -c 'rm -rf /tmp/cache/*'
|
||||
docker compose start graphql-engine
|
||||
sleep 30
|
||||
make hasura-apply
|
||||
|
|
Loading…
Reference in a new issue