Skip to content

Commit

Permalink
Update deploy app files for the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcivel committed Sep 11, 2017
1 parent 81d0326 commit c6eaaa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/02DeployApp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-1.1.12
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-1.1.13
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-1.1.13
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\source\target\Cerberus-1.1.13.war
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-1.1.14
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\source\target\Cerberus-1.1.14.war
3 changes: 2 additions & 1 deletion bin/02DeployApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.11
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.12
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.13
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.13
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-1.1.13.war
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.14
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-1.1.14.war

0 comments on commit c6eaaa0

Please sign in to comment.