From bf80733b1f260caf8b0029e1bd234eed5a3dc615 Mon Sep 17 00:00:00 2001 From: Otho Date: Fri, 23 Feb 2024 23:23:52 -0500 Subject: [PATCH] Use domain in variable. --- Taskfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 798c09f..7e512f4 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -22,8 +22,8 @@ tasks: default: - task: services - run: ssh -qtt othostash.com '{{.command}}' - run-root: ssh -qtt othostash.com 'su -l root -c "{{.command}}"' + run: ssh -qtt "$stashbox_domain" '{{.command}}' + run-root: ssh -qtt "$stashbox_domain" 'su -l root -c "{{.command}}"' exec: - task: run