Skip to content

Commit

Permalink
Merge pull request #83 from pengluhyd/develop-1.3.0
Browse files Browse the repository at this point in the history
Fixed docker deployment script bug
  • Loading branch information
LaynePeng authored Mar 5, 2020
2 parents 0c9c128 + 813da72 commit 0f227ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-deploy/docker_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ Deploy() {
if [ "${exchangeip}" != "" ]; then
DeployPartyInternal exchange
fi
break
;;
--serving)
DeployPartyServing $party
break
;;
esac
else
Expand Down

0 comments on commit 0f227ad

Please sign in to comment.