Skip to content

Commit

Permalink
We can now deploy to different platforms:
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 29, 2012
1 parent b2dbba1 commit f0020d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<github.account>wakaleo</github.account>
<thucydides.version>0.9.22</thucydides.version>
<jelastic.context>gameoflife</jelastic.context>
<jelastic.environment>wakaleo</jelastic.environment>
</properties>

<scm>
Expand Down Expand Up @@ -136,7 +137,7 @@
<email>${jelastic.username}</email>
<password>${jelastic.password}</password>
<context>${jelastic.context}</context>
<environment>wakaleo</environment>
<environment>${jelastic.environment}</environment>
<api_hoster>app.jelastic.servint.net</api_hoster>
</configuration>
</plugin>
Expand Down

0 comments on commit f0020d5

Please sign in to comment.