This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1228dcc  Site: Deploy using .asf.yml
1228dcc is described below

commit 1228dcc2bf1c1e4b396b55eb114a35b1193feefc
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Mon Sep 13 14:09:49 2021 +0200

    Site: Deploy using .asf.yml
---
 .htaccess => .asf.yml | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/.htaccess b/.asf.yml
similarity index 60%
rename from .htaccess
rename to .asf.yml
index 48d8c5e..5e818ba 100644
--- a/.htaccess
+++ b/.asf.yml
@@ -1,3 +1,4 @@
+#
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -12,21 +13,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-RewriteEngine On
-
-# This is a 301 (permanent) redirect from HTTP to HTTPS.
-
-# The next rule applies conditionally:
-# * the host is "calcite.apache.org",
-# * the host comparison is case insensitive (NC),
-# * HTTPS is not used.
-RewriteCond %{HTTP_HOST} ^calcite\.apache\.org [NC]
-RewriteCond %{HTTPS} !on
-
-# Rewrite the URL as follows:
-# * Redirect (R) permanently (301) to https://calcite.apache.org/,
-# * Stop processing more rules (L).
-RewriteRule ^(.*)$ https://calcite.apache.org/$1 [L,R=301]
-
-# End .htaccess
+#
+publish:
+   whoami: master

Reply via email to