We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8402737 + b001ffb commit 78a2071Copy full SHA for 78a2071
infrastructure/deployment/deploy.sh
@@ -271,7 +271,7 @@ split_and_join() {
271
cleanup_docker_images()
272
{
273
echo "Cleaning up the docker images"
274
- /usr/bin/docker system prune -af | sudo tee -a /var/log/docker-prune.log > /dev/null
+ configured_ssh "/usr/bin/docker system prune -af | sudo tee -a /var/log/docker-prune.log > /dev/null"
275
}
276
277
docker_stack_deploy() {
0 commit comments