| Index: compute_engine_scripts/monitoring/vm_push_update.sh
|
| diff --git a/compute_engine_scripts/monitoring/vm_push_update.sh b/compute_engine_scripts/monitoring/vm_push_update.sh
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..c1bda35e6e334795254a63112f48e9534a059f8b
|
| --- /dev/null
|
| +++ b/compute_engine_scripts/monitoring/vm_push_update.sh
|
| @@ -0,0 +1,12 @@
|
| +#!/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"
|
|
|