From a48b8efae07e22cdcaffea8bde80dd8045c2f17e Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sat, 25 Dec 2021 11:17:42 +0000 Subject: [PATCH] remove webmention checks from drone --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index cfab00f..ddb4c3e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,10 +48,10 @@ steps: # - cd brainsteam # - lftp -e "mirror -R ./public /" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOSTNAME - sh sync.sh - - name: webmention_check - image: 3apaxicom/npx - when: - branch: - - main - commands: - - npx webmention https://brainsteam.co.uk/index.xml --limit 1 --send \ No newline at end of file + # - name: webmention_check + # image: 3apaxicom/npx + # when: + # branch: + # - main + # commands: + # - npx webmention https://brainsteam.co.uk/index.xml --limit 1 --send \ No newline at end of file