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