From fbd6b49453e413bf8c9aca0944928ee6574faf28 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 20 Nov 2018 23:37:57 +0100 Subject: deployment: Use normal .htaccess instead of `production-config` one When I removed the environment variables from the `.htaccess` file in 7d7ac8d747be198088664e45e5423919d9876651, it no longer needed a corresponding `production-config` counterpart. Use the one tracked in the repository instead. --- scripts/deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/deploy.sh') 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 \ -- cgit v1.2.3