diff options
-rwxr-xr-x | bin/hook/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hook/deploy.rb b/bin/hook/deploy.rb index 237bd1e..e7fcc1f 100755 --- a/bin/hook/deploy.rb +++ b/bin/hook/deploy.rb @@ -45,7 +45,7 @@ BUILDS_DIR = ENV.fetch('DEPLOY_BUILDS_DIR') # note: used to be pulled from DEPLOY_HTDOCS_PATH, but newer versions of # git are pickier about permissions so now we require this to be # "builds/current" -HTDOCS_PATH = File.join('BUILDS_DIR', 'current') +HTDOCS_PATH = File.join(BUILDS_DIR, 'current') # verify that the timestamp from the command-line is within the given # amount of time of the current system timestamp |