From 9dbb5322f240bb0062474a222d4105ef9fd5c12f Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 6 Dec 2023 18:30:23 +0100 Subject: [PATCH] drone yaml typo --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index a1a521d7..23661d74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,14 +27,14 @@ steps: key: from_secret: ssh-www-data-maketank-rsa command_timeout: 10m -#b- name: clear-cache -#b image: appleboy/drone-ssh -#b settings: -#b host: -#b - rechner02.maketank.net -#b username: kmmportal -#b key: -#b from_secret: ssh-kmmportal-maketank-rsa -#b script: -#b - cd ~/drupal/sites/default && ~/drupal/vendor/bin/drush cc all -#b \ No newline at end of file +#- name: clear-cache +# image: appleboy/drone-ssh +# settings: +# host: +# - rechner02.maketank.net +# username: kmmportal +# key: +# from_secret: ssh-kmmportal-maketank-rsa +# script: +# - cd ~/drupal/sites/default && ~/drupal/vendor/bin/drush cc all +# \ No newline at end of file