1
0
Fork 0
mirror of https://github.com/imjasonh/delay synced 2026-07-07 00:33:26 +00:00

add DEVELOPMENT.md and move example

This commit is contained in:
Jason Hall 2020-12-01 22:06:46 -05:00
parent 5a337debd2
commit 6db4fd6a1b
2 changed files with 15 additions and 0 deletions

15
DEVELOPMENT.md Normal file
View file

@ -0,0 +1,15 @@
# Deploy example app
Install `ko` and set `KO_DOCKER_REPO=gcr.io/[project-id]`
Set default region:
```
gcloud config set region us-east1
```
Deploy Cloud Run service:
```
gcloud run deploy delay --image=$(ko publish -P ./example)
```