diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-05-29 00:35:50 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-05-29 00:35:50 +0700 |
| commit | 6b03e4fd9670f865216a773545ea4a0bbf534582 (patch) | |
| tree | 0a6f2fe174d7c81306fcb92759d4920e2914caf8 /cmd/bot-kbbi/app.yaml | |
| parent | de982da9e2035c901b22493e52995d33ceed8501 (diff) | |
| download | kamusku-6b03e4fd9670f865216a773545ea4a0bbf534582.tar.xz | |
cmd: add deployment script for App Engine
Diffstat (limited to 'cmd/bot-kbbi/app.yaml')
| -rw-r--r-- | cmd/bot-kbbi/app.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/bot-kbbi/app.yaml b/cmd/bot-kbbi/app.yaml new file mode 100644 index 0000000..89bf31a --- /dev/null +++ b/cmd/bot-kbbi/app.yaml @@ -0,0 +1,9 @@ +service: bot-kbbi +runtime: go113 +instance_class: F2 +automatic_scaling: + max_instances: 1 +env_variables: + DEBUG: "2" + TELEGRAM_TOKEN: "1121465148:AAH9vI-DkHUOPGTmy1Js0dxKSHLYIIkXaIE" + TELEGRAM_WEBHOOK_URL: "https://bot-kbbi-dot-kamuskubot.df.r.appspot.com" |
