From 69bcbc87009fa07d09f2a0a74083140ac223bef0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 27 Jul 2023 13:07:46 +0200 Subject: [PATCH] add ci --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f95eb4a..ca16a84 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -21,7 +21,8 @@ steps: - eval $(ssh-agent -s) - echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add - - 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - - git push origin main + - git remote add repo git@gitnet.fr:deblan/.profile.git + - git push repo main when: event: [push, deployment, cron]