diff options
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-x | scripts/deploy.sh | 1 |
1 files changed, 1 insertions, 0 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 \ |