Skip to content

Commit

Permalink
fix ntfy github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jan 20, 2025
1 parent 34cf4cf commit 3adf235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose-test_ntfy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
exit 1
fi
cd traefik
docker compose exec -T traefik wget --spider http://localhost:4443/ntfy \
docker compose exec -T traefik wget --spider https://localhost:4443/ntfy \
|| (docker ps ; docker compose logs ; cd ../${TARGET_SERVICE} ; docker compose logs ; exit 1)

0 comments on commit 3adf235

Please sign in to comment.