Put locks directories in .kamal so they leave no trace when deleted

This commit is contained in:
Donal McBreen
2024-09-16 12:40:07 +01:00
parent 7f31510aec
commit 6c51e596ae
16 changed files with 37 additions and 51 deletions

View File

@@ -90,7 +90,7 @@ class Kamal::Commands::Accessory < Kamal::Commands::Base
end
end
def remove_app_directory
def remove_service_directory
[ :rm, "-rf", service_name ]
end