Sign in
chromium
/
web-workload
/
HEAD
/
.
/
stage-main.sh
blob: 63a6c2aaae90e07f1c3895126b4c37d4bf7fdd40 [
file
] [
log
] [
blame
]
#! /bin/bash
DIR
=
`readlink "$0"`
||
DIR
=
"$0"
;
DIR
=
`dirname "$DIR"`
;
cd
"$DIR"
DIR
=
`pwd -P`
echo
"Staging "
$DIR
;
firebase hosting
:
channel
:
deploy
--
only default
--
expires
6h
stage
;