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 178 forks source link

a suggest, Supfile default filename should be Supfile.yml #100

Closed andares closed 6 years ago

andares commented 7 years ago

Like .styleci.yml, appveyor.yml, composer.json, etc. It can be support by editor.

eduardonunesp commented 7 years ago

At least support Supfile.yaml or Supfile.ymlas alternatives can be a good idea, I can prepare a PR for that

VojtechVitek commented 6 years ago

Supfile > Supfile.yml > sup -f CustomSupfile

VojtechVitek commented 6 years ago

We picked Supfile based on Makefile and Dockerfile. But I understand where this is coming from: YML IDE formatting doesn't work right away, am I right? :)

VojtechVitek commented 6 years ago

Given the number of thumb ups, expect a PR in couple minutes.

VojtechVitek commented 6 years ago

Implemented. Thanks for this suggestion!