projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20d3a0
)
Test post-update
author
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 9 Feb 2020 21:55:52 +0000
(22:55 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 9 Feb 2020 21:55:52 +0000
(22:55 +0100)
hooks/post-update.dist
patch
|
blob
|
blame
|
history
diff --git
a/hooks/post-update.dist
b/hooks/post-update.dist
index
41590ea
..
434b38c
100755
(executable)
--- a/
hooks/post-update.dist
+++ b/
hooks/post-update.dist
@@
-1,2
+1,3
@@
#!/bin/sh
+# NOTE: the ssh part is not required if git repo and vchess are on the same server
ssh user@server -t 'cd /path/to/vchess/client && git pull && npm run build'