blob: a329fc4fabad25bf0fa0a43f4510cdad3bf8bcff [file] [log] [blame] [edit]
#!/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"