Skip to content

Commit 8b5ba3a

Browse files
committed
Remove unused CNAME persistence logic.
1 parent 3950a97 commit 8b5ba3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Markocoa/Commands/DeployCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ private static void CleanWorkingDirectory(string repoPath)
122122
foreach (var file in files)
123123
{
124124
var name = System.IO.Path.GetFileName(file);
125-
if (string.Equals(name, "CNAME", StringComparison.OrdinalIgnoreCase))
126-
continue;
127125
File.Delete(file);
128126
}
129127

0 commit comments

Comments
 (0)