diff options
Diffstat (limited to 'git-deploy-cache.sh')
-rwxr-xr-x | git-deploy-cache.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git-deploy-cache.sh b/git-deploy-cache.sh index 759c3f8..35ddb26 100755 --- a/git-deploy-cache.sh +++ b/git-deploy-cache.sh @@ -125,6 +125,9 @@ function main { # Set up global enviro variables that will be of use later enviro_setup ${oldrev} ${newrev} ${refname} + # The current cache directory being used + export WORKING_CACHE=${deploy_base}/${REPOSITORY}/${BRANCH} + log "Deployment triggered by ${newrev}" # Deploy a working copy of the repo so we have something to work on |