Skip to content

nuttea/cloudrun-exec-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-run-exec

Test and Deploy

Deploy to Cloud Run

PROJECT_ID=nuttee-lab-00
REGION=us-central1
_APP_NAME=cloud-run-exec
_ENV=dev

gcloud run deploy ${_APP_NAME}-${_ENV} \
  --source . \
  --project ${PROJECT_ID} \
  --region ${REGION} \
  --platform managed \
  --allow-unauthenticated

About

Python shell exec on Streamlit WebUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published