Merge branch 'main' of ssh://git.jamesravey.me:222/ravenscroftj/brainsteam.co.uk into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
commit
cc0e68a1ba
|
@ -1,6 +1,8 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: update_website
|
name: update_website
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
steps:
|
steps:
|
||||||
- name: fetch_webmentions
|
- name: fetch_webmentions
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
|
@ -20,6 +22,7 @@ steps:
|
||||||
|
|
||||||
- name: store_webmentions
|
- name: store_webmentions
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
remote_name: origin
|
remote_name: origin
|
||||||
branch: main
|
branch: main
|
||||||
|
|
Loading…
Reference in New Issue