drone yaml typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-06 18:30:23 +01:00
parent b3290085c0
commit 9dbb5322f2

View File

@@ -27,14 +27,14 @@ steps:
key: key:
from_secret: ssh-www-data-maketank-rsa from_secret: ssh-www-data-maketank-rsa
command_timeout: 10m command_timeout: 10m
#b- name: clear-cache #- name: clear-cache
#b image: appleboy/drone-ssh # image: appleboy/drone-ssh
#b settings: # settings:
#b host: # host:
#b - rechner02.maketank.net # - rechner02.maketank.net
#b username: kmmportal # username: kmmportal
#b key: # key:
#b from_secret: ssh-kmmportal-maketank-rsa # from_secret: ssh-kmmportal-maketank-rsa
#b script: # script:
#b - cd ~/drupal/sites/default && ~/drupal/vendor/bin/drush cc all # - cd ~/drupal/sites/default && ~/drupal/vendor/bin/drush cc all
#b #