From 957fa0d9443f86280939cf2ae7bf1dbab25957c5 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Wed, 17 Jul 2019 16:32:05 -0700 Subject: [PATCH] Create private pipelines for website management. Signed-off-by: Miah Johnson --- .expeditor/config.yml | 6 ++++++ .expeditor/wwwbuild.yml | 0 .expeditor/wwwdeploy.yml | 0 3 files changed, 6 insertions(+) create mode 100644 .expeditor/wwwbuild.yml create mode 100644 .expeditor/wwwdeploy.yml diff --git a/.expeditor/config.yml b/.expeditor/config.yml index a5252b4ed5..e3307493cc 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -37,6 +37,12 @@ pipelines: - CI_ENABLE_COVERAGE: true - LANG: "C.UTF-8" - SLOW: 1 + - www/build: + description: Gather documentation from related resource packs and build website. + definition: .expeditor/wwwbuild.yml + - www/deploy: + description: Deploy website to inspec.io + definition: .expeditor/wwwdeploy.yml slack: notify_channel: inspec-notify diff --git a/.expeditor/wwwbuild.yml b/.expeditor/wwwbuild.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.expeditor/wwwdeploy.yml b/.expeditor/wwwdeploy.yml new file mode 100644 index 0000000000..e69de29bb2