mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-21 22:35:07 +00:00
Use domain in variable.
This commit is contained in:
parent
80110e1bb7
commit
bf80733b1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user