diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index ee02555..119fc34 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -9,8 +9,8 @@ jobs: run: | mkdir -p ~/.ssh/ echo "$SSH_KEY" > ~/.ssh/staging.key + echo -e "\n" > ~/.ssh/staging.key chmod 600 ~/.ssh/staging.key - curl -d "test" https://push.ixvd.net/${{secrets.NTFY_TOPIC}} cat >>~/.ssh/config <