diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-04-03 19:38:25 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-04-03 19:38:25 -0600 |
commit | c4e74cc113de1227352474df22e66c12e0f30b09 (patch) | |
tree | 85ccba35ae5b43302382efa5d5f0441793e745eb | |
parent | b825d4cda9277909ee814fd91a1db2464cccbe38 (diff) | |
download | crux-ports-web-c4e74cc113de1227352474df22e66c12e0f30b09.tar.gz crux-ports-web-c4e74cc113de1227352474df22e66c12e0f30b09.tar.xz |
Move deploy location to crux-nullspoon-web
-rw-r--r-- | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 54ff799..c09d88b 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,5 +1,5 @@ #!/usr/bin/env bash -dest=${WEB}/oper.io.services/crux-nullspoon-webkit +dest=${WEB}/oper.io.services/crux-nullspoon-web # Copy files from working cache to destination rsync -a \ |