From eb9b8c9adfe4fb3e370bae6409b87f961e39bfed Mon Sep 17 00:00:00 2001
From: Christopher Guindon <chris.guindon@eclipse-foundation.org>
Date: Mon, 31 May 2021 11:33:46 -0400
Subject: [PATCH] Deploy website to production #1

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 0000000..a88d9f3
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,3 @@
+@Library('common-shared') _
+
+hugoWebsitePipeline appname: 'ide-wg.eclipse.org'
\ No newline at end of file
diff --git a/k8s/deployments.jsonnet b/k8s/deployments.jsonnet
new file mode 100644
index 0000000..f39d769
--- /dev/null
+++ b/k8s/deployments.jsonnet
@@ -0,0 +1,5 @@
+local deployment = import "../../releng/hugo-websites/kube-deployment.jsonnet";
+
+deployment.newProductionDeploymentWithStaging(
+  "ide-wg.eclipse.org", "ide-wg-staging.eclipse.org"
+)
\ No newline at end of file
-- 
GitLab