X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=hooks%2Fpost-update.dist;h=434b38c7b52c99af3e1ebc8df1a3d8830e7ffbee;hb=4316d788b2d223b5ae72e19ccd1bf59306d77461;hp=41590ea2764bb0e0ba9bd58c6af3a848dafcf4a8;hpb=ec58aacc694a2b252e5903025789b079fac4378b;p=vchess.git diff --git a/hooks/post-update.dist b/hooks/post-update.dist index 41590ea2..434b38c7 100755 --- 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'