diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-18 00:40:59 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-18 00:40:59 +0700 |
| commit | 51d14a2686c8ec0dbd876312dd76eec54df0d617 (patch) | |
| tree | 80b186f4ae0f002a72391cbdb6f5e7d47b59ca76 /cmd/kamusd/app.yaml | |
| parent | bea7551fd914534c4f3a49fbb980cc23b559f155 (diff) | |
| download | kamusku-51d14a2686c8ec0dbd876312dd76eec54df0d617.tar.xz | |
all: move the deployment to VPS
Using AppEngine is not flexible and hard to debug.
For example, if we changes the dependecies on module "pakakeh.go"
there is no way to deploy it manually without pusing new commit to
"pakakeh.go" and update the go.mod manually.
Diffstat (limited to 'cmd/kamusd/app.yaml')
| -rw-r--r-- | cmd/kamusd/app.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kamusd/app.yaml b/cmd/kamusd/app.yaml index 7823704..7d8a4a4 100644 --- a/cmd/kamusd/app.yaml +++ b/cmd/kamusd/app.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 service: default -runtime: go115 +runtime: go121 instance_class: F2 automatic_scaling: max_instances: 1 |
