Create private pipelines for website management.

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-07-17 16:32:05 -07:00
parent 2d4798b948
commit 957fa0d944
3 changed files with 6 additions and 0 deletions

View file

@ -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

0
.expeditor/wwwbuild.yml Normal file
View file

0
.expeditor/wwwdeploy.yml Normal file
View file