From e6fac86fe47ab9db12f5a55ee89f6ae90aa93cc1 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 4 Feb 2023 13:30:43 -0300 Subject: [PATCH] feat: create issues with tea --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5eea176..b8d789c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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"