X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=hooks%2Fpost-update.dist;fp=hooks%2Fpost-update.dist;h=41590ea2764bb0e0ba9bd58c6af3a848dafcf4a8;hp=0000000000000000000000000000000000000000;hb=ec58aacc694a2b252e5903025789b079fac4378b;hpb=bbce9c106a38defb40b48bfca2f835f5c85d4de0 diff --git a/hooks/post-update.dist b/hooks/post-update.dist new file mode 100755 index 00000000..41590ea2 --- /dev/null +++ b/hooks/post-update.dist @@ -0,0 +1,2 @@ +#!/bin/sh +ssh user@server -t 'cd /path/to/vchess/client && git pull && npm run build'