fix: deployment
This commit is contained in:
parent
351f2213f8
commit
ea1b073dd6
1 changed files with 13 additions and 12 deletions
|
|
@ -7,6 +7,7 @@ deployment:
|
||||||
name: "cr.simoncor.net/siempie/ssh-client:v25.06.03"
|
name: "cr.simoncor.net/siempie/ssh-client:v25.06.03"
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
entrypoint: ["/bin/sh", "-c"]
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
# run only on push to default branch
|
# run only on push to default branch
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
- when: "never"
|
- when: "never"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue