Skip to content

Commit

Permalink
working on build
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Jul 15, 2020
1 parent f063974 commit 56a972b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ task deployUpdateSite() {
// copy update site
stdout = new ByteArrayOutputStream()
exec {
commandLine 'scp', '-r', 'build/updatesite/*', "$remoteHost:$target"
commandLine 'scp', '-r', 'build/updatesite/features', 'build/updatesite/plugins', 'build/updatesite/content.jar', 'build/updatesite/artifacts.jar', "$remoteHost:$target"
standardOutput = stdout
}
println stdout.toString().trim()
Expand Down

0 comments on commit 56a972b

Please sign in to comment.