mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
Update .gitlab-ci.yml
This commit is contained in:
committed by
GitHub
parent
ea2be61ccd
commit
e1452709ae
@@ -17,9 +17,11 @@ stages:
|
||||
- kubernetes-production
|
||||
|
||||
pages:
|
||||
image: node:10.22.1
|
||||
stage: pages
|
||||
script:
|
||||
- hugo --config config.yaml,config.prod.yaml
|
||||
- yarn
|
||||
- yarn run build
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
@@ -51,4 +53,3 @@ kubernetes-production:
|
||||
- kubectl patch deployment kerberos-documentation --patch="{\"spec\":{\"template\":{\"spec\":{\"containers\":[{\"name\":\"kerberos-documentation\",\"image\":\"${REGISTRY}:${CI_VERSION}\"}]}}}}" -n kerberos
|
||||
only:
|
||||
- master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user