diff options
| -rw-r--r-- | script/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/post-receive b/script/post-receive index 7c9edca..c08265e 100644 --- a/script/post-receive +++ b/script/post-receive @@ -38,6 +38,7 @@ do # Build site chmod +x $BUILD_SOURCE/script/docker-build.sh + cd $BUILD_SOURCE POST_RECEIVE=true NUKE=true $BUILD_SOURCE/script/docker-build.sh fi done |
