File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33## 1.0.1 under development
44
5+ - Enh #415 : Prune unused container and do not detach on ` make prod-deploy ` (@samdark )
56- Bug #402 , #411 : Always use only one goal in Makefile (@vjik )
67- Bug #409 , #410 : Fix fake goals in Makefile (@vjik )
78- Bug #403 : Add DI container delegates configuration (@vjik )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ endif
122122
123123ifeq ($(PRIMARY_GOAL ) ,prod-deploy)
124124prod-deploy : # # PROD | Deploy to production
125- docker -H ${PROD_SSH} stack deploy --with-registry-auth -d -c docker/compose.yml -c docker/prod/compose.yml ${STACK_NAME}
125+ docker -H ${PROD_SSH} stack deploy --prune --detach=false -- with-registry-auth -c docker/compose.yml -c docker/prod/compose.yml ${STACK_NAME}
126126endif
127127
128128#
You can’t perform that action at this time.
0 commit comments