Skip to content

Commit

Permalink
Fix cleanup task in Envoy.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOppolzer committed Aug 14, 2024
1 parent cd73022 commit 898a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@

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

0 comments on commit 898a638

Please sign in to comment.