Skip to content

Villux/junction2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

gcloud builds submit --tag europe-north1-docker.pkg.dev/junction2025-478314/junction-api/junction2025:dev 

Deploy

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

View Logs

gcloud run services logs read junction2025-dev   --region=europe-north1   --project=junction2025-478314

Stream logs

gcloud beta run services logs tail junction2025-dev \
  --region=europe-north1 \
  --project=junction2025-478314

Sync images

watch -n 10 "gsutil rsync -r gs://eiai-images ~/Documents/eiai-images"

About

Junction 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors