fix(deploy): set up (magic) auto rollbacks on 'hecuba' using 'deploy-rs'

This commit is contained in:
2026-07-02 00:58:11 +02:00
parent c19d6b3152
commit cf3095556d
5 changed files with 143 additions and 95 deletions
+1
View File
@@ -2,6 +2,7 @@
system = "x86_64-linux";
role = "server";
tags = [ "lab" ];
deploy.autoRollback = true;
host = {
username = "username";
};