From daedfb944e47bc77547fb8984d8b1f1ea0389df9 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 16 Sep 2022 22:57:12 +0530 Subject: [PATCH] its port 22 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 00c20b5..11c29cd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,5 +5,5 @@ pipeline: - mkdir -p ~/.ssh - echo "$PRIVKEY $privkey" > ~/.ssh/id_rsa - chmod 700 ~/.ssh && chmod 600 ~/.ssh/id_rsa - - ssh websiteupdate@172.19.0.1 -p1813 -i ~/.ssh/id_rsa "cd /websiteupdate/blog && git reset --hard origin/master && git config pull.rebase true && git pull && nix-shell -p gnumake -p pandoc -p libxslt -p htmlq --run make" + - ssh websiteupdate@172.19.0.1 -i ~/.ssh/id_rsa "cd /websiteupdate/blog && git reset --hard origin/master && git config pull.rebase true && git pull && nix-shell -p gnumake -p pandoc -p libxslt -p htmlq --run make" secrets: [ privkey ]