Use domain in variable.

This commit is contained in:
Otho 2024-02-23 23:23:52 -05:00
parent 80110e1bb7
commit bf80733b1f
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -22,8 +22,8 @@ tasks:
default: default:
- task: services - task: services
run: ssh -qtt othostash.com '{{.command}}' run: ssh -qtt "$stashbox_domain" '{{.command}}'
run-root: ssh -qtt othostash.com 'su -l root -c "{{.command}}"' run-root: ssh -qtt "$stashbox_domain" 'su -l root -c "{{.command}}"'
exec: exec:
- task: run - task: run