add ssh settings to git push
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2022-08-07 09:03:41 +01:00
parent 25f553f02c
commit b8b728bd7d
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ steps:
- pip install ./dist/bstools*.whl - pip install ./dist/bstools*.whl
- cd ../ - cd ../
- python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json - python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json
- git commit -a -m "Updating latest webmentions" - (git commit -a -m "Updating latest webmentions" && git push) || exit 0
- git push
environment: environment:
WEBMENTIONSIO_API_KEY: WEBMENTIONSIO_API_KEY:
from_secret: WEBMENTIONSIO_API_KEY from_secret: WEBMENTIONSIO_API_KEY