Test post-update
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 9 Feb 2020 21:55:52 +0000 (22:55 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 9 Feb 2020 21:55:52 +0000 (22:55 +0100)
hooks/post-update.dist

index 41590ea..434b38c 100755 (executable)
@@ -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'