434b38c7b52c99af3e1ebc8df1a3d8830e7ffbee
[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'