diff options
author | Adin Scannell <ascannell@google.com> | 2019-04-26 22:04:34 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-28 12:24:29 +0900 |
commit | a162435c9ef745290ff07f6e743389a2c452c2b7 (patch) | |
tree | 71c4c95a3efc801bbdf0e9acba393979cd8d796a | |
parent | 921bd3ae92a287a804ab10e943ee1c4a498a816a (diff) |
Add script parameter for /rebuild
... Otherwise, the deploy fails.
-rw-r--r-- | cmd/gvisor-website/app.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/gvisor-website/app.yaml b/cmd/gvisor-website/app.yaml index 98b3e681b..cc51c0462 100644 --- a/cmd/gvisor-website/app.yaml +++ b/cmd/gvisor-website/app.yaml @@ -20,4 +20,5 @@ handlers: script: auto - url: /rebuild secure: always + script: auto login: admin |