Test post-update
[vchess.git] / hooks / post-update.dist
CommitLineData
ec58aacc 1#!/bin/sh
5a958354 2# NOTE: the ssh part is not required if git repo and vchess are on the same server
ec58aacc 3ssh user@server -t 'cd /path/to/vchess/client && git pull && npm run build'