remove webmention checks from drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2021-12-25 11:17:42 +00:00
parent 1d7579eeb0
commit a48b8efae0
1 changed files with 7 additions and 7 deletions

View File

@ -48,10 +48,10 @@ steps:
# - cd brainsteam # - cd brainsteam
# - lftp -e "mirror -R ./public /" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOSTNAME # - lftp -e "mirror -R ./public /" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOSTNAME
- sh sync.sh - sh sync.sh
- name: webmention_check # - name: webmention_check
image: 3apaxicom/npx # image: 3apaxicom/npx
when: # when:
branch: # branch:
- main # - main
commands: # commands:
- npx webmention https://brainsteam.co.uk/index.xml --limit 1 --send # - npx webmention https://brainsteam.co.uk/index.xml --limit 1 --send