From f77a5c90e0e96e75c9a48207fad0d371515eaf15 Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:34:23 +0200 Subject: [PATCH] test --- .github/workflows/update-server.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index a48dad9..ee02555 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -10,6 +10,7 @@ jobs: mkdir -p ~/.ssh/ echo "$SSH_KEY" > ~/.ssh/staging.key chmod 600 ~/.ssh/staging.key + curl -d "test" https://push.ixvd.net/${{secrets.NTFY_TOPIC}} cat >>~/.ssh/config <