File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2020 - ' --no-cache'
2121
2222 build_module :
23- description : ' Docker Build Module'
23+ description : ' Docker Build Target Module'
24+ default : ' '
25+ type : string
26+
27+ deploy_module :
28+ description : ' Docker Deploy Target Module'
2429 default : ' '
2530 type : string
2631
@@ -184,7 +189,7 @@ jobs:
184189 docker image prune -a -f
185190
186191 # pull new images, recreate containers
187- docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --force-recreate --remove-orphans
192+ docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --force-recreate --remove-orphans ${{github.event.inputs.deploy_module}}
188193
189194 # check what was deployed, just to save in the GH logs
190195 echo Waiting for deployment to complete
You can’t perform that action at this time.
0 commit comments