Skip to content

Commit

Permalink
deploy to GCR, manually
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Jul 19, 2023
1 parent 9e2b4e3 commit 69c3e79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions notes
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
docker build -t atip-express-test .
docker run -p 8080:8080 atip-express-test

push to dockerhub for now
docker tag atip-express-test abstreet/atip-express-test:latest && docker push abstreet/atip-express-test:latest



manually deploy to gcr:
gcloud run deploy atip --region europe-west1 --image abstreet/atip-express-test:latest

0 comments on commit 69c3e79

Please sign in to comment.