pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

set the SUP_HOST to remote host when local: #147

Open zxl777 opened 5 years ago

zxl777 commented 5 years ago

We sometimes have to do some local operations on the remote host and need to know the remote host address.

test:
    local: echo $SUP_HOST

now show the

root@localhost | localhost

If show the remote host will be better

root@localhost | xxx.xxx.xxx.xxx