From 315671e79d118de718ae53b664878dd168f70ca2 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Wed, 25 Jun 2014 00:50:43 +0200 Subject: deployEdge has now been fixed to the new server model. The rest of the deploy tasks still need fixing though. --- buildScripts/website.ant.xml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index ef60d350..d1baa28f 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -272,20 +272,28 @@ such as converting the changelog into HTML, and creating javadoc. - - - You don't have the escudo-upload.key; you'll need it to get write access to the server. - + + + + + + Aborted. + + + + + host="projectlombok.org" username="${ssh.username}" keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/deployEdge" /> + + + + -- cgit