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

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/main by this push:
     new b711db13 configure new staging branch for new website PoC
b711db13 is described below

commit b711db137b9992aae4dc0e0195482fc7e35bba9a
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed Feb 8 15:45:17 2023 +0530

    configure new staging branch for new website PoC
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 .asf.yaml | 46 +++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 43 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9cfb7694..379e16c2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,8 +1,48 @@
+#  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.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, 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.
+
+github:
+  description: "Apache CloudStack Website"
+  homepage: https://cloudstack.apache.org/
+  features:
+    issues: false
+    projects: false
+    wiki: false
+  labels:
+    - cloudstack
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
+  protected_branches:
+    main: {}
+
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
+  jobs:         [email protected]
+
 # Staging and publishing profile for yourproject-website.git:
 staging:
   profile: ~
-  whoami:  main
- 
- 
+  whoami: docusaurus-staging
+  outputdir: build
+
 publish:
   whoami:  asf-site
+  outputdir: content

Reply via email to