Change indent.

This commit is contained in:
Kazuhiro MUSASHI 2020-01-19 12:37:58 +08:00
parent a99ff7376a
commit 913f3aaecf
1 changed files with 10 additions and 10 deletions

View File

@ -20,16 +20,16 @@ steps:
- for TARGET in `find public/ -type f | egrep "\.(css|js|png|jpg|JPG|PNG|CSS|JS)$"`; do gzip -c ${TARGET} > ${TARGET}.gz; done
- for TARGET in `find public/ -type f | egrep "\.(css|js|png|jpg|JPG|PNG|CSS|JS)$"`; do rm ${TARGET}; done
- name: scp
image: appleboy/drone-scp
settings:
host: 10.0.1.166
username: webadm
port: 10022
target: /var/www/blog
source: public/
key:
from_secret: ssh_key
- name: scp
image: appleboy/drone-scp
settings:
host: 10.0.1.166
username: webadm
port: 10022
target: /var/www/blog
source: public/
key:
from_secret: ssh_key
trigger:
event: