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