diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 4322a13f..d7339363 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -63,7 +63,7 @@ jobs: image: solidnerd/cloudflare options: -v ${{ github.workspace }}:/workspace run: | - --json dns list --zone $CF_ZONE_ID --type CNAME --content trez.wtf | grep -E '(${CF_SUBDOMAINS})' + flarectl --json dns list --zone $CF_ZONE_ID --type CNAME --content trez.wtf | grep -E '(${CF_SUBDOMAINS})' # docker-compose-test: # name: Docker Compose Test # needs: [create-pr]