mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update .gitea/workflows/ci-test.yaml
This commit is contained in:
@ -36,13 +36,13 @@ jobs:
|
||||
|
||||
- name: Install cloudflare prerequisites
|
||||
run: |
|
||||
sudo apt-get install -y curl ca-certificates jq openssh-client net-tools iproute2
|
||||
apt-get install -y curl ca-certificates jq openssh-client net-tools iproute2
|
||||
|
||||
- name: Install cloudflared
|
||||
run: |
|
||||
# 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
|
||||
sudo dpkg -i cloudflared.deb
|
||||
dpkg -i cloudflared.deb
|
||||
cloudflared --version
|
||||
|
||||
- name: Start cloudflared Access TCP -> SOCKS5 (background)
|
||||
|
||||
Reference in New Issue
Block a user