diff --git a/Makefile b/Makefile index 40ce178f..42d0bce9 100644 --- a/Makefile +++ b/Makefile @@ -78,18 +78,10 @@ test-race: dev: docker compose -f $(DEV_COMPOSE) up --force-recreate --pull=always --remove-orphans --build -# Development - Infisical -dev-infisical: - infisical run --env=dev -- docker compose -f $(DEV_COMPOSE) up --force-recreate --pull=always --remove-orphans --build - # Production prod: docker compose -f $(PROD_COMPOSE) up --force-recreate --pull=always --remove-orphans -# Production - Infisical -prod-infisical: - infisical run --env=dev -- docker compose -f $(PROD_COMPOSE) up --force-recreate --pull=always --remove-orphans - # SQL sql: sqlc generate