diff options
-rwxr-xr-x | scripts/deploy.sh | 1 | ||||
-rwxr-xr-x | scripts/post-deploy.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index a2bde7a..f95be1b 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -9,6 +9,7 @@ echo 'Deploying...' rsync -avz \ --exclude 'assets/stylesheets' \ + .htaccess \ 400.html \ 404.html \ assets \ diff --git a/scripts/post-deploy.sh b/scripts/post-deploy.sh index 927ed70..d901e49 100755 --- a/scripts/post-deploy.sh +++ b/scripts/post-deploy.sh @@ -12,8 +12,6 @@ echo 'Moving files...' mv "$REMOTE_PUBLIC_WWW/fulfillment" "$REMOTE_PUBLIC_WWW/fulfillment.fcgi" mv "$REMOTE_PUBLIC_WWW/license" "$REMOTE_PUBLIC_WWW/license.fcgi" -mv production-config/.htaccess "$REMOTE_PUBLIC_WWW" - echo 'Restarting FastCGI scripts...' set +e |