gitlab
This commit is contained in:
parent
be048b2085
commit
6b48a5f628
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
job:
|
job:
|
||||||
script:
|
script:
|
||||||
- sh ${CD} ${CD_SSH_KEY} ${CD_SSH_HOSTS}
|
- >
|
||||||
|
sh ${CD}
|
||||||
|
${CD_SSH_KEY}
|
||||||
|
${CD_SSH_HOSTS}
|
||||||
|
|
||||||
- cd-list-environment
|
- cd-list-environment
|
||||||
- cd-clone-branch
|
- cd-clone-branch
|
||||||
|
|
Loading…
Reference in a new issue