Skip to content

Commit

Permalink
add delay before restart to allow cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 13, 2019
1 parent dd14fbf commit 6aaf044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ echo " - Deploying Monolith Package: mvn -Dvault.useProxy=false -DskipTests -e -
mvn -Dvault.useProxy=false -DskipTests -e -U -P installdeploymentpackage clean install "$@"
echo " - Deployed"

echo "- Restarting Docker Container in 5 sec"
sleep 5

#restart aem container
restart_aem_docker

Expand Down

0 comments on commit 6aaf044

Please sign in to comment.