Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Changed distribution management to use sftp to remotely deploy the site.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Oct 29, 2007
1 parent 8bfb875 commit 7f0135b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -27,8 +27,8 @@
</ciManagement>
<distributionManagement>
<site>
<id>localhost</id>
<url>file:///var/www/qoqoa/htdocs/code/reports/tagyu/tagyu4j</url>
<id>qoqoa</id>
<url>sftp://qoqoa.com:2218//var/www/qoqoa/htdocs/code/reports/tagyu/tagyu4j</url>
</site>
</distributionManagement>
<scm>
Expand Down

0 comments on commit 7f0135b

Please sign in to comment.