gcloud builds submit --tag europe-north1-docker.pkg.dev/junction2025-478314/junction-api/junction2025:dev
gcloud run deploy junction2025-dev \
--image europe-north1-docker.pkg.dev/junction2025-478314/junction-api/junction2025:dev \
--region europe-north1 \
--allow-unauthenticated \
--set-secrets JUNCTION_API_KEY=JUNCTION_API_KEY:latest,GEMINI_API_KEY=GEMINI_API_KEY:latest
gcloud run services logs read junction2025-dev --region=europe-north1 --project=junction2025-478314
gcloud beta run services logs tail junction2025-dev \
--region=europe-north1 \
--project=junction2025-478314
watch -n 10 "gsutil rsync -r gs://eiai-images ~/Documents/eiai-images"