From 03b5e3e90fab02a82ea908cfb083319772669c0e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 1 Jan 2025 12:28:06 -0500 Subject: [PATCH] Debugging CF subdomain step.. --- .gitea/workflows/deployment.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 4087fba0..a735aea1 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -40,14 +40,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/cache@v4 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- + # - uses: actions/cache@v4 + # with: + # path: | + # ~/.cache/go-build + # ~/go/pkg/mod + # key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} + # restore-keys: | + # ${{ runner.os }}-go- - name: Setup yq uses: dcarbone/install-yq-action@v1 @@ -80,11 +80,10 @@ jobs: - name: Retrieve Cloudflare Subdomains id: compare-subdomains env: - DOCKER_HOST: tcp://dockerproxy:2375 CF_API_KEY: ${{ secrets.CF_API_TOKEN }} CF_API_EMAIL: ${{ secrets.CF_API_EMAIL }} run: | - flarectl --json dns list --zone=trez.wtf --type CNAME --content "trez.wtf" + flarectl --json dns list --zone=trez.wtf --type CNAME --content "trez.wtf" # - name: Compare Subdomains # id: compare-subdomains