Debugging CF subdomain step...

This commit is contained in:
2025-01-01 13:11:36 -05:00
parent 4f32c568d9
commit 3ba38e769f
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
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" | jq > cloudflare_subdomains.txt
flarectl --json dns list --zone "trez.wtf" --type=CNAME --content "trez.wtf" | jq > cloudflare_subdomains.txt
- name: Grab subdomains from Compose
id: compose-domains