Skip to content

Commit

Permalink
change the scp port for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 6, 2017
1 parent eb2c150 commit 73aff46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-assemble/asciidoc.gradle
Expand Up @@ -133,6 +133,7 @@ task publishDoc {

ant.scp(
todir: "$publishUser:$publishPassword@$publishServer:~/www/doc/$majorMinorVersion",
port: $publishPort,
trust: 'true',
verbose: 'true') {
fileset(dir: "$buildDir/doc") { include(name: '**/**')
Expand Down
1 change: 1 addition & 0 deletions symmetric-assemble/gradle.properties
Expand Up @@ -7,6 +7,7 @@ deployUploadUrl=?
docFormat=html5
publishUser=?
publishPassword=?
publishPort=?
publishServer=symmetricds.org
sourceforgeUser=?
sourceforgePassword=?

0 comments on commit 73aff46

Please sign in to comment.