From b8b728bd7dd269bbd7b4738695464b9f2135294b Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 7 Aug 2022 09:03:41 +0100 Subject: [PATCH] add ssh settings to git push --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 78879d1..a50f3c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,7 @@ steps: - pip install ./dist/bstools*.whl - cd ../ - python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json - - git commit -a -m "Updating latest webmentions" - - git push + - (git commit -a -m "Updating latest webmentions" && git push) || exit 0 environment: WEBMENTIONSIO_API_KEY: from_secret: WEBMENTIONSIO_API_KEY