Debugging CF subdomain step..
This commit is contained in:
@@ -40,14 +40,14 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
# - uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: |
|
# path: |
|
||||||
~/.cache/go-build
|
# ~/.cache/go-build
|
||||||
~/go/pkg/mod
|
# ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-go-
|
# ${{ runner.os }}-go-
|
||||||
|
|
||||||
- name: Setup yq
|
- name: Setup yq
|
||||||
uses: dcarbone/install-yq-action@v1
|
uses: dcarbone/install-yq-action@v1
|
||||||
@@ -80,11 +80,10 @@ jobs:
|
|||||||
- name: Retrieve Cloudflare Subdomains
|
- name: Retrieve Cloudflare Subdomains
|
||||||
id: compare-subdomains
|
id: compare-subdomains
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
|
||||||
CF_API_KEY: ${{ secrets.CF_API_TOKEN }}
|
CF_API_KEY: ${{ secrets.CF_API_TOKEN }}
|
||||||
CF_API_EMAIL: ${{ secrets.CF_API_EMAIL }}
|
CF_API_EMAIL: ${{ secrets.CF_API_EMAIL }}
|
||||||
run: |
|
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
|
# - name: Compare Subdomains
|
||||||
# id: compare-subdomains
|
# id: compare-subdomains
|
||||||
|
|||||||
Reference in New Issue
Block a user