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/post-deploy.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/post-deploy.sh') 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 -- cgit v1.2.3