summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-04 04:41:04 +0200
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commitb661cd52c5866d912383730cf82781686f7fd8b0 (patch)
treefc76075f39327fb5b02736ae8f0772a70481b5c0
parentAdd secrets to all vms (diff)
downloadSpacebar-Open-Infrastructure-b661cd52c5866d912383730cf82781686f7fd8b0.tar.xz
Cleaner redeploy message
-rw-r--r--modules/auto-redeploy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auto-redeploy.nix b/modules/auto-redeploy.nix
index 0e2cc08..ae415ca 100644
--- a/modules/auto-redeploy.nix
+++ b/modules/auto-redeploy.nix
@@ -50,7 +50,7 @@
                 git rm --cached hardware-configuration.nix
               ) 2>&1 | tee /tmp/update.log
               #send the output to discord as a file
-              curl -S -F "file=@/tmp/update.log" -F "filename=update.log" -F "content=System finished redeploy. Make sure to check for errors, otherwise no future deployments will happen.\n***This requires manual intervention.***" -H "Content-Type: multipart/form-data" ${secrets.webhooks.discord.deploy}
+              curl -S -F "file=@/tmp/update.log" -F "filename=update.log" -F "content=System finished redeploy. Logs:" -H "Content-Type: multipart/form-data" ${secrets.webhooks.discord.deploy}
               #store current commit in file
               echo $(git rev-parse HEAD) > currentCommit
               '';