From d61d448e2de91e219c41fd27e0ab0c21f1fee60c Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Thu, 6 Oct 2022 22:43:17 +0530 Subject: [PATCH] install ip --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 394d792..a53b4a2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,6 @@ pipeline: - mkdir -p ~/.ssh - echo "$PRIVKEY $privkey" > ~/.ssh/id_rsa - chmod 700 ~/.ssh && chmod 600 ~/.ssh/id_rsa - - ip a + - apt update && apt install iproute2 && ip a - ssh websiteupdate@172.19.0.1 -i ~/.ssh/id_rsa "cd /websiteupdate/website && git reset --hard origin/master && git config pull.rebase true && git pull" secrets: [ privkey ]