diff options
author | Aaron Ball <nullspoon@oper.io> | 2022-10-21 17:20:56 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2022-10-21 17:20:56 -0600 |
commit | d9ea7ebf0ac80a93e2d15bf94a9c6ab8b77168c4 (patch) | |
tree | 913b0940d63c8b8d9d1a6c29af3005319591b7c6 | |
parent | a8f43ff52dab567941a50096c05527eea3d244d8 (diff) | |
download | oper.io-d9ea7ebf0ac80a93e2d15bf94a9c6ab8b77168c4.tar.gz oper.io-d9ea7ebf0ac80a93e2d15bf94a9c6ab8b77168c4.tar.xz |
repoint post-receive to new path
-rwxr-xr-x | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 9394af9..1d6437e 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,6 +1,6 @@ #!/usr/bin/env bash -_web="${WEB}/oper.io.git/master" +_web="${WEB}/oper.io" recompile=0 # Deploy any pages that were changed |