add ssh settings to git push
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
25f553f02c
commit
b8b728bd7d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue