+7
-7
deploy.nu
+7
-7
deploy.nu
···
47
47
update-input "blog"
48
48
49
49
try {
50
-
nix run ".#dns" -- push
51
-
} catch { |err|
52
-
webhook "dns" $"=== error pushing dns ===\n\n($err.msg | to text)" 1
53
-
}
54
-
55
-
try {
56
-
git add .
50
+
git add flake.lock
57
51
let commit_msg = if $msg == null {
58
52
"chore: update flake dependencies (deploy)"
59
53
} else {
···
61
55
}
62
56
git commit -m $"($commit_msg) [skip ci]"
63
57
git push
58
+
}
59
+
60
+
try {
61
+
nix run ".#dns" -- push
62
+
} catch { |err|
63
+
webhook "dns" $"=== error pushing dns ===\n\n($err.msg | to text)" 1
64
64
}
65
65
66
66
deploy "wolumonde"