feat: create issues with tea

This commit is contained in:
f 2023-02-04 13:30:43 -03:00
parent 230a020c99
commit e6fac86fe4

View file

@ -3,6 +3,8 @@ pipeline:
image: "registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
pull: true
commands:
- "mkdir -p ~/.config/tea"
- "echo -e \"$${TEA}\" > ~/.config/tea/config.yml"
- "apk add --no-cache openssh-client"
- "mkdir ~/.ssh/"
- "echo \"[nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP\" >> ~/.ssh/known_hosts"
@ -21,6 +23,7 @@ pipeline:
- "HTTP_BASIC_USER"
- "HTTP_BASIC_PASSWORD"
- "SSH_KEY"
- "TEA"
when:
branch: "antifascista"
event: "push"