From fdeced6a8de75b962aab685d141dcca11d79d3d5 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Fri, 31 May 2024 15:08:35 -0400 Subject: [PATCH] hardcode jonathan.is for deployment directory --- hooks/post-receive | 2 +- readme.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hooks/post-receive b/hooks/post-receive index 9a7cefd..ec0f270 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -8,7 +8,7 @@ do echo "moving into temporary work tree"; { gitdir=$PWD - cd $(mktemp -d) + cd ~/jonathan.is } echo "checking out latest source"; { diff --git a/readme.md b/readme.md index 440f3c6..b92b36b 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,6 @@ deploy ## todo ### deploy -- [x] git post-receive hook -> build image - [ ] git post-receive hook -> reload server - [ ] proxy caddy behind nginx on digitalocean - [ ] setup beta.jonathan.is dns to digitalocean