Skip to content

Commit 3602d8b

Browse files
committed
Fix cleanup task in Envoy.blade.php
1 parent b427c08 commit 3602d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Envoy.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
@task('cleanup')
165165
cd {{ $dir }}
166-
find . -maxdepth 1 -name "20*" | sort | head -n -3 | xargs rm -rf
166+
find . -maxdepth 1 -name "makovec*" | sort | head -n -6 | xargs rm -rf
167167
echo "Cleaned up all but the last 3 deployments."
168168
@endtask
169169

0 commit comments

Comments
 (0)