From b0bb4e476ec6e4198b58a4dcabcbd7b96b3a31c2 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 24 Aug 2025 17:06:06 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index a8ed64b..09ac683 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -34,10 +34,19 @@ jobs: path: infra/secrets - + - name: Install cloudflare prerequisites + run: | + apt-get install -y curl ca-certificates jq openssh-client net-tools iproute2 - name: Install cloudflared run: | - apt-get install -y cloudflared dante-server + # pacote .deb oficial - funcionará numa runner Ubuntu x86_64 + curl -L -o cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb + dpkg -i cloudflared.deb + cloudflared --version + + - name: Install dante-server + run: | + apt-get install -y dante-server - name: Configure dante-server