CI behaviour test.

```
--- a/.drone.yml
+++ b/.drone.yml
@@ -30,7 +30,6 @@ steps:
         from_secret: ssh_key
       script:
         - rm -rf /var/www/blog/*
-        - rm -rf /home/webadm/works/public/*

   - name: scp
     image: appleboy/drone-scp
```
This commit is contained in:
Kazuhiro MUSASHI 2020-01-19 17:31:50 +08:00
parent 7ff60cf0bc
commit adf94b9bd9
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ steps:
from_secret: ssh_key
script:
- rm -rf /var/www/blog/*
- rm -rf /home/webadm/works/public/*
- name: scp
image: appleboy/drone-scp