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

Support usernames in Supfile host entries #169

Open qguv opened 4 years ago

qguv commented 4 years ago

Add support for a username + @ prefix in Supfile host entries. E.g.:

networks:
  staging:
    hosts:
      - user@host.tld

This was possible before, but buggy. The following bugs are fixed by this PR: