projects
/
vchess.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Test post-update
[vchess.git]
/
hooks
/
post-update.dist
Commit
Line
Data
ec58aacc
1
#!/bin/sh
5a958354
2
# NOTE: the ssh part is not required if git repo and vchess are on the same server
ec58aacc
3
ssh user@server -t 'cd /path/to/vchess/client && git pull && npm run build'