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 23, 2016
1 parent 7ae78e3 commit bf91763
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 @@ -21,4 +21,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-1.1.3
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-1.1.4
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-1.1.5
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\source\target\Cerberus-1.1.6-SNAPSHOT.war
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-1.1.6
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\source\target\Cerberus-1.1.6.war
3 changes: 2 additions & 1 deletion bin/02DeployApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.2
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.3
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.4
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.5
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-1.1.5.war
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-1.1.6
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-1.1.6.war

0 comments on commit bf91763

Please sign in to comment.