Log uncommitted changes during deploy

This commit is contained in:
Igor Alexandrov
2023-07-21 18:37:45 +04:00
parent 5e8df58e6b
commit 0cfafd1d25
5 changed files with 25 additions and 4 deletions

View File

@@ -93,4 +93,8 @@ module Mrsk::Utils
end
end
end
def uncommitted_changes
`git status --porcelain`.strip
end
end