Re-adding Docker Compose Lint and Gotify notification.
This commit is contained in:
@@ -94,6 +94,8 @@ jobs:
|
|||||||
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: |
|
||||||
|
cat compose_subdomains.txt
|
||||||
|
cat cloudflare_subdomains.txt
|
||||||
diff compose_subdomains.txt cloudflare_subdomains.txt | awk '{print $2}' | sed -e 's|.||g' > missing_subdomains.txt
|
diff compose_subdomains.txt cloudflare_subdomains.txt | awk '{print $2}' | sed -e 's|.||g' > missing_subdomains.txt
|
||||||
if [ -s missing_subdomains.txt ]; then
|
if [ -s missing_subdomains.txt ]; then
|
||||||
echo "Missing subdomains found. Please add them to Cloudflare."
|
echo "Missing subdomains found. Please add them to Cloudflare."
|
||||||
|
|||||||
Reference in New Issue
Block a user