Skip to content

Commit

Permalink
fix: update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Aug 6, 2024
1 parent dc8e651 commit 08f96f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08f96f7

Please sign in to comment.