Deployment v1

This commit is contained in:
Simon Martens
2023-09-12 01:59:52 +02:00
parent 4cdd59cf89
commit 2c88f22f8e
40 changed files with 1093 additions and 39129 deletions

9
HaWeb/Models/GitState.cs Normal file
View File

@@ -0,0 +1,9 @@
using HaWeb.Models;
public class GitState {
public string Commit { get; set; }
public string Branch { get; set; }
public string URL { get; set; }
public DateTime PullTime { get; set; }
}