diff options
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,6 +84,8 @@ if [ -d "$RESULT_PATH" ]; then --verbose \ --no-progress \ "$RESULT_PATH/**/*.html" + + curl -H "Priority: max" -u "${internetName}:$(grep ADMIN_PASSWORD "${secretsPath}/${ntfyFile}" | cut -d "\"" -f 2)" -d "CI checks done!" https://ntfy.ret2pop.net/ci-build else echo "Website build failed, skipping lychee." exit 1 |
