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 e14c619 commit f063974
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 @@ -384,7 +384,7 @@ task deployUpdateSite() {
// create update site directory
def stdout = new ByteArrayOutputStream()
exec {
commandLine 'ssh', remoteHost, 'mkdir', target
commandLine 'ssh', remoteHost, 'mkdir', '-p', target
standardOutput = stdout
}
println stdout.toString().trim()
Expand Down

0 comments on commit f063974

Please sign in to comment.