update script

This commit is contained in:
SX-9 2025-02-16 11:56:00 +07:00
commit 2934db27ec
10 changed files with 26 additions and 44 deletions

View file

@ -7,7 +7,7 @@ on:
paths:
- "domains/**"
- ".github/workflows/publish.yml"
- "dnsconfig.js"
- "scripts/dnsconfig.js"
concurrency:
group: ${{ github.ref }}-publish
@ -26,4 +26,4 @@ jobs:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
with:
args: push
config_file: "dnsconfig.js"
config_file: "scripts/dnsconfig.js"