Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infrastructure/deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ split_and_join() {
cleanup_docker_images()
{
echo "Cleaning up the docker images"
/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"
}

docker_stack_deploy() {
Expand Down
Loading