Compare commits

...

2 commits

Author SHA1 Message Date
7997d6cb29 Update GitHub Artifact Actions to v7
Some checks failed
/ Ansible Lint (push) Successful in 2m27s
/ Ansible Lint (pull_request) Successful in 2m44s
/ build (pull_request) Failing after 30s
2026-06-19 07:31:16 +00:00
899dbea4dd Fix redirect check, but this is wrong
All checks were successful
/ Ansible Lint (push) Successful in 2m59s
/ build (push) Successful in 55s
Redirect checks should not repeat the content check for the target, but simply check that the redirect is going to the right URL.
2026-06-19 09:30:18 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ jobs:
run: | run: |
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/ rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: docs-build name: docs-build

View file

@ -238,4 +238,4 @@ endpoints:
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h" - "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg.*)" - "[BODY] == pat(*STATUS_CANARY_HAMBURG_CCC_DE_DO_NOT_TOUCH*)"