blob: c1bda35e6e334795254a63112f48e9534a059f8b [file] [log] [blame]
#!/bin/bash
#
# Update the code running on skiamonitor.com.
#
source ../buildbots/vm_config.sh
gcutil --project=$PROJECT_ID ssh --ssh_user=$PROJECT_USER skia-monitoring-$ZONE_TAG \
"cd ~/buildbot;" \
"git pull;" \
"cd compute_engine_scripts/monitoring;" \
"./graphite_setup.sh"