Move all files on the host under a common directory
This will make running kamal remove simpler, we can just clean up that directory.
This commit is contained in:
@@ -8,8 +8,8 @@ class CommandsServerTest < ActiveSupport::TestCase
|
||||
}
|
||||
end
|
||||
|
||||
test "ensure run directory" do
|
||||
assert_equal "mkdir -p .kamal", new_command.ensure_run_directory.join(" ")
|
||||
test "ensure service directory" do
|
||||
assert_equal "mkdir -p .kamal/apps/app", new_command.ensure_service_directory.join(" ")
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user