diff options
author | Adin Scannell <ascannell@google.com> | 2019-04-25 23:04:06 -0700 |
---|---|---|
committer | Adin Scannell <adin@scannell.ca> | 2019-04-26 16:07:24 -0700 |
commit | 921bd3ae92a287a804ab10e943ee1c4a498a816a (patch) | |
tree | ce789ae7c6e8478dab3d9def917f669a614e8420 /cmd/gvisor-website/app.yaml | |
parent | 66cc254a8710cdaeb6e56bb45aec1e51f696660a (diff) |
cmd/gvisor-website: add /rebuild and cron
In order to ensure that the system call descriptions and other
documentation that will be sourced from the main repository remains up
to date, add a hook that allows the site to submit a rebuild to Google
Cloud Builder. This can be triggered manually by an admin, or will be
triggered every 24 hours by a new cron configuration.
Diffstat (limited to 'cmd/gvisor-website/app.yaml')
-rw-r--r-- | cmd/gvisor-website/app.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/gvisor-website/app.yaml b/cmd/gvisor-website/app.yaml index 863789be2..98b3e681b 100644 --- a/cmd/gvisor-website/app.yaml +++ b/cmd/gvisor-website/app.yaml @@ -18,3 +18,6 @@ handlers: - url: /.* secure: always script: auto + - url: /rebuild + secure: always + login: admin |