diff options
Diffstat (limited to 'cmd/kamusd')
| -rw-r--r-- | cmd/kamusd/.gcloudignore | 17 | ||||
| -rw-r--r-- | cmd/kamusd/app.yaml | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/cmd/kamusd/.gcloudignore b/cmd/kamusd/.gcloudignore new file mode 100644 index 0000000..d1e2c0b --- /dev/null +++ b/cmd/kamusd/.gcloudignore @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> +# SPDX-License-Identifier: CC0-1.0 + +# This file specifies files that are *not* uploaded to Google Cloud Platform +# using gcloud. It follows the same syntax as .gitignore, with the addition of +# "#!include" directives (which insert the entries of the given .gitignore-style +# file at that point). +# +# For more information, run: +# $ gcloud topic gcloudignore +# +.gcloudignore +.git +.gitignore +_bin +_www +daftar_kata_dasar 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 |
