From 8ec3049fca89ed2c57913ec1113acc16d07e4e18 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Tue, 23 May 2023 15:53:46 -0400 Subject: [PATCH] ci: Hopefully fix the CI issue Signed-off-by: Skylar "The Cobra" Widulski --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e3214e5..2e2f8a0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: image: machines/ssh commands: - mkdir -p ~/.ssh - - echo "$PRIVKEY $privkey" > ~/.ssh/id_ed25519 + - echo "$privkey" > ~/.ssh/id_ed25519 - chmod 700 ~/.ssh && chmod 600 ~/.ssh/id_ed25519 - ssh websiteupdate@172.17.0.1 -i ~/.ssh/id_ed25519 "cd /websiteupdate/wiki && git reset --hard origin/master && git config pull.rebase true && git pull && nix-shell -p gnumake -p pandoc --run make" secrets: [ privkey ]