https://github.com/marttp/deno-cloudrun-lab
This repository is used for reference in blog: Deno Cloud Run
https://github.com/marttp/deno-cloudrun-lab
Last synced: about 1 year ago
JSON representation
This repository is used for reference in blog: Deno Cloud Run
- Host: GitHub
- URL: https://github.com/marttp/deno-cloudrun-lab
- Owner: marttp
- Created: 2020-05-24T00:00:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T00:03:22.000Z (about 6 years ago)
- Last Synced: 2025-04-11T00:58:47.741Z (about 1 year ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deno - development run
- drun : if you have drun.json file
- drun watch --entryPoint=./index.ts --cwd=./ --runtimeOptions=--allow-net
## Run application normally
- deno run --allow-net --allow-read --allow-write --allow-plugin --unstable server.ts
## Deploy to Cloud Run
gcloud builds submit --tag gcr.io/[PROJECT-ID]/deno-oak-cloudrun
gcloud run deploy --allow-unauthenticated --async --image gcr.io/[PROJECT-ID]/deno-oak-cloudrun --platform managed
1-ใส่ service name
2-เลือก region => asia-northeast