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