You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by dl...@apache.org on 2020/12/31 18:16:04 UTC

[rya-site] branch asf-site updated: config for publishing and stageing

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

dlotts pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/rya-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3529593  config for publishing and stageing
3529593 is described below

commit 35295931ca5e214f609c80fe016e472c40aa0593
Author: dlotts <dl...@apache.org>
AuthorDate: Thu Dec 31 18:14:44 2020 +0000

    config for publishing and stageing
---
 .asf.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yml b/.asf.yml
new file mode 100644
index 0000000..a55d97f
--- /dev/null
+++ b/.asf.yml
@@ -0,0 +1,14 @@
+# Staging and publishing profile for rya-site.git:
+# 'whoami' ensures the section is only active if the value matches the current branch.
+# 'profile' gets appended onto the project name in the url:  rya-profile.staged.apache.org
+# '~' is empty value in yml.
+# If this branch is asf-staging, it will be published to http://rya.staged.apache.org/ 
+
+staging:
+  profile: ~
+  whoami:  asf-staging
+ 
+# If this branch is asf-site, it will be published to http://rya.apache.org/ 
+ 
+publish:
+  whoami:  asf-site