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:
parent
5a337debd2
commit
6db4fd6a1b
2 changed files with 15 additions and 0 deletions
15
DEVELOPMENT.md
Normal file
15
DEVELOPMENT.md
Normal 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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue