Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Build reports scp (Attempt #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbilyk committed Jul 28, 2019
1 parent a7ae312 commit c74e2de
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ steps:
image: gradle:jdk11
commands:
- gradle build publish --stacktrace
- name: upload-reports
image: appleboy/drone-scp
settings:
host:
- bandbox.dreamhost.com
username:
from_secret: BANDBOX_FTP_USERNAME
password:
from_secret: BANDBOX_FTP_PASSWORD
port: 22
command_timeout: 4m
target: ~/testreports.acornui.com
source:
- /*/build/reports
- name: upload-artifacts
image: appleboy/drone-scp
settings:
Expand All @@ -18,6 +32,6 @@ steps:
port: 22
command_timeout: 4m
strip_components: 2
target: ~/artifacts.acornui.com
target: ~/artifacts.acornui.com/mvn
source:
- build/artifacts/mvn
- build/artifacts

0 comments on commit c74e2de

Please sign in to comment.