Compare commits

..

No commits in common. "4d3b30930db359b0b36516018941994e73a97610" and "03150224954e91f6d031a0bb69ad983c1be2511e" have entirely different histories.

2 changed files with 1244 additions and 832 deletions

View File

@ -5,9 +5,6 @@ name: default
steps: steps:
- name: clean environment - name: clean environment
image: appleboy/drone-ssh image: appleboy/drone-ssh
when:
branch:
- master
settings: settings:
host: host:
from_secret: host from_secret: host
@ -21,9 +18,6 @@ steps:
- rm -rf * - rm -rf *
- name: copy files - name: copy files
image: appleboy/drone-scp image: appleboy/drone-scp
when:
branch:
- master
settings: settings:
host: host:
from_secret: host from_secret: host

File diff suppressed because it is too large Load Diff