Commit bf34743c68fa8eff9b7cf04ebeadabd6fd6a8dab
1 parent
d8df5f2292
Exists in
master
and in
4 other branches
Run the delete.sh script before deploying
Make sure everything is in clean state, including volumes.
Showing 1 changed file with 2 additions and 2 deletions
deploy.sh
View file @
bf34743
... | ... | @@ -28,8 +28,8 @@ |
28 | 28 | TIME_START=`date +%s` |
29 | 29 | |
30 | 30 | # Just in case something is up from previous runs |
31 | -echo "Bringing down any previous containers..." | |
32 | -docker-compose -f docker-compose-jfrog.yml down | |
31 | +echo "Bringing down any previous containers that are still running..." | |
32 | +./delete.sh | |
33 | 33 | |
34 | 34 | # Run containers |
35 | 35 | echo "Bringing up containers..." |