diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-23T22·37+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-07-23T22·37+0000 |
commit | 18b4ae9f28ae4b56df1529eaca8039e326df64e1 (patch) | |
tree | 782f6e328eeaacec7010b7df7c211aab20ccd303 /tools/nixery | |
parent | 28bb3924ff35b1adba8e058d7b17bd1e58bacef1 (diff) |
chore: Remove AppEngine configuration file
Diffstat (limited to 'tools/nixery')
-rw-r--r-- | tools/nixery/app.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/nixery/app.yaml b/tools/nixery/app.yaml deleted file mode 100644 index 223fa75829fa..000000000000 --- a/tools/nixery/app.yaml +++ /dev/null @@ -1,14 +0,0 @@ -env: flex -runtime: custom - -resources: - cpu: 2 - memory_gb: 4 - disk_size_gb: 50 - -automatic_scaling: - max_num_instances: 3 - cool_down_period_sec: 60 - -env_variables: - BUCKET: "nixery-layers" |