| name: luci-go/token-server | |
| extends: ../gae.yaml | |
| inputsdir: ../../tokenserver/appengine | |
| sources: | |
| - ../../tokenserver | |
| build: | |
| - go_gae_bundle: ${inputsdir}/frontend/app.yaml | |
| dest: ${contextdir}/frontend | |
| - go_gae_bundle: ${inputsdir}/backend/service-backend.yaml | |
| dest: ${contextdir}/backend |