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