From f9cef9e318cd1c05ca5f08d2eb3a83f650334d67 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 7 Aug 2023 16:52:33 +0200 Subject: [PATCH] update ci --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 93cd9ac..b1c0ae4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,7 +17,7 @@ steps: - echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add - - 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - git remote add repo git@gitnet.fr:deblan/.profile.git - - git push repo main + - git push repo main || true when: event: [deployment, cron]