Merge .gitignore files + add hook to update server
[vchess.git] / hooks / post-update.dist
CommitLineData
ec58aacc
BA
1#!/bin/sh
2ssh user@server -t 'cd /path/to/vchess/client && git pull && npm run build'