#!/bin/sh -e

BASE=/home/venus

cd $BASE/config
git pull

cd $BASE/infra
git pull
