We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a12784 commit 080785bCopy full SHA for 080785b
.gitlab-ci.yml
@@ -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
10
+ file: 'build.yml'
0 commit comments