diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000000000000000000000000000000000000..a88d9f35db8e2f853e339aa232663a183baab840 --- /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 0000000000000000000000000000000000000000..f39d7695ea0f48f994fd3419e91c10822c525799 --- /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