From cd432b209f21f49bc811cdce47b7f3549eb361b5 Mon Sep 17 00:00:00 2001
From: Christopher Guindon <chris.guindon@eclipse-foundation.org>
Date: Fri, 7 Jan 2022 13:45:38 -0500
Subject: [PATCH] deploy website to okd

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
---
 Jenkinsfile             | 3 +++
 k8s/deployments.jsonnet | 5 +++++
 2 files changed, 8 insertions(+)
 create mode 100644 Jenkinsfile
 create mode 100644 k8s/deployments.jsonnet

diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 00000000..affc2d42
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,3 @@
+@Library('common-shared') _
+
+hugoWebsitePipeline appname: 'www.eclipse.org'
diff --git a/k8s/deployments.jsonnet b/k8s/deployments.jsonnet
new file mode 100644
index 00000000..d194690b
--- /dev/null
+++ b/k8s/deployments.jsonnet
@@ -0,0 +1,5 @@
+local deployment = import "../../releng/hugo-websites/kube-deployment.jsonnet";
+
+deployment.newProductionDeploymentWithStaging(
+  "www.eclipse.org", "staging.eclipse.org"
+)
\ No newline at end of file
-- 
GitLab