Skip to content

Commit

Permalink
fix(cicd): move metadata application
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 10, 2024
1 parent bd4da37 commit f7ba004
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 @@ -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

0 comments on commit f7ba004

Please sign in to comment.