Sign in
skia
/
buildbot
/
0fb48441c2ccbbe76ece4ed2a7c77c8ea4b25a4c
/
.
/
compute_engine_scripts
/
webtry
/
vm_push_update.sh
blob: a329fc4fabad25bf0fa0a43f4510cdad3bf8bcff [
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/webtry/setup;"
\
"git pull;"
\
"./webtry_setup.sh"