From e3d652dcd2b23b22f2db3eb14805c9e3df56b9ff Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 3 Jan 2025 12:51:56 -0500 Subject: [PATCH] ... --- .gitea/workflows/deployment.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 49b0f128..3dd2374a 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -42,7 +42,12 @@ jobs: - name: Setup yq uses: dcarbone/install-yq-action@v1 - + + - name: Install flarectl + if: steps.setup-go.outputs.cache-hit != 'true' + run: | + go install github.com/cloudflare/cloudflare-go/cmd/flarectl@latest + - name: Setup Go id: setup-go uses: actions/setup-go@v5.2.0 @@ -57,10 +62,6 @@ jobs: - name: Setup jq uses: dcarbone/install-jq-action@v3.0.1 - - name: Install flarectl - if: steps.setup-go.outputs.cache-hit != 'true' - run: | - go install github.com/cloudflare/cloudflare-go/cmd/flarectl@latest - name: Retrieve Subdomains from Cloudflare & Compose id: retrieve-cloudflare-subdomains