Skip to content

Commit 080785b

Browse files
Create .gitlab-ci.yml
1 parent 5a12784 commit 080785b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .gitlab-ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Author: Peng Yan(pyan@splunk.com)
2+
# Repo: https://cd.splunkdev.com/it-engineering/it-docs/product-docs
3+
# The pipeline will generate static content in branches.
4+
# --- deploying non-master branch to private network nginx server (only VPN user can have access)
5+
# --- deploying master/main branch to cloudfront
6+
include:
7+
- project: 'it-engineering/it-cicd/templates/it-docs'
8+
file: 'cicd.yml'
9+
- project: 'it-engineering/it-cicd/templates/it-docs'
10+
file: 'build.yml'

0 commit comments

Comments
 (0)