feat: create issues with tea
This commit is contained in:
parent
230a020c99
commit
e6fac86fe4
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,8 @@ pipeline:
|
||||||
image: "registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
image: "registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
- "mkdir -p ~/.config/tea"
|
||||||
|
- "echo -e \"$${TEA}\" > ~/.config/tea/config.yml"
|
||||||
- "apk add --no-cache openssh-client"
|
- "apk add --no-cache openssh-client"
|
||||||
- "mkdir ~/.ssh/"
|
- "mkdir ~/.ssh/"
|
||||||
- "echo \"[nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP\" >> ~/.ssh/known_hosts"
|
- "echo \"[nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP\" >> ~/.ssh/known_hosts"
|
||||||
|
@ -21,6 +23,7 @@ pipeline:
|
||||||
- "HTTP_BASIC_USER"
|
- "HTTP_BASIC_USER"
|
||||||
- "HTTP_BASIC_PASSWORD"
|
- "HTTP_BASIC_PASSWORD"
|
||||||
- "SSH_KEY"
|
- "SSH_KEY"
|
||||||
|
- "TEA"
|
||||||
when:
|
when:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
|
|
Loading…
Reference in a new issue