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]