mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Create private pipelines for website management.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
2d4798b948
commit
957fa0d944
3 changed files with 6 additions and 0 deletions
|
@ -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
0
.expeditor/wwwbuild.yml
Normal file
0
.expeditor/wwwdeploy.yml
Normal file
0
.expeditor/wwwdeploy.yml
Normal file
Loading…
Reference in a new issue