Skip to content

Commit

Permalink
feat(gql-cicd): apply metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 10, 2024
1 parent a00dc4f commit d87da0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ update-graphql-data-prod:
docker-compose -f docker-compose.yml -f docker-compose.override.yml -f Resources/compose/docker-compose-prod-graphql.yml up -d app
make docker-migrate
make docker-build-db
docker stop pokeapi_app_1
make hasura-apply
docker compose stop app
sync; echo 3 > /proc/sys/vm/drop_caches
docker exec pokeapi_web_1 sh -c 'rm -rf /tmp/cache/*'
docker start pokeapi_graphql-engine_1

0 comments on commit d87da0e

Please sign in to comment.