This commit is contained in:
parent
3965408fbf
commit
549d59fe05
@ -3,7 +3,7 @@ type: kubernetes
|
|||||||
name: cicd-pipeline
|
name: cicd-pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: Build docs
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
@ -16,7 +16,7 @@ steps:
|
|||||||
- cd "GCryptLib/doxygen"
|
- cd "GCryptLib/doxygen"
|
||||||
- make
|
- make
|
||||||
|
|
||||||
- name: deploy to production
|
- name: Deploy docs to production
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
environment:
|
environment:
|
||||||
SSH_PRIV:
|
SSH_PRIV:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user