Sign in
◑
Theme
skia
/
buildbot
/
eed8058e8bc24d0df656ba5d23a342e8a9ca4921
/
.
/
compute_engine_scripts
/
webtry
/
vm_push_update.sh
blob: 79e209179c775ba6ffcbe7bf3570720935d1e63c [
file
]
#!/bin/bash
#
# Updates the code running on skfiddle.com
#
set
-
x
source
./
vm_config
.
sh
gcutil
--
project
=
$PROJECT_ID ssh
--
ssh_user
=
$PROJECT_USER $INSTANCE_NAME \
"cd /home/webtry/buildbot/buildbot/webtry/setup;"
\
"git pull;"
\
"./webtry_setup.sh"