Sign in
chromium
/
infra
/
infra
/
e560ebb6baf0
/
.
/
go
/
src
/
infra
/
appengine
/
statsui
/
deploy.sh
blob: b0f89d8edc18f90b558bec6905de2960e2b6c8d7 [
file
] [
log
] [
blame
]
#!/bin/sh
cd frontend
&&
npm run build
&&
cd
..
&&
gcloud app deploy
--
project google
.
com
:
chrome
-
infra
-
stats