Skip to content

victortrac/gdg-devfest-auburn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dig as a Service!

Manual Deployment on CloudRun

export GCP_PROJECT=gdg-devfest-auburn

# Build Docker image with cloudbuild
gcloud builds submit --tag gcr.io/${GCP_PROJECT}/dig

# Deployment to CloudRun
gcloud beta run deploy dig --image gcr.io/${GCP_PROJECT}/dig --platform managed --allow-unauthenticated

About

Docker and Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published