.PHONY: help upload-and-deploy

help:
	@echo "Targets:"
	@echo "  upload-and-deploy  Pick a combined_users_*.json.gz, upload to S3, update frontend/.env, deploy frontend"

upload-and-deploy:
	@./scripts/publish-data.sh
