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

Hacking - introduce substantial changes to support future rewrites #187

Closed adamwasila closed 7 months ago

adamwasila commented 7 months ago

Plan was to rewrite CI and building, removing obsolete things to support future features development. Makefile was replaced with task (taskfile.dev), simple examplary unit tests were introduced and validation of these using github actions was added.

Change to package name was to make it a fork that can diverge from its original sources into standalone, separate tool (possibly breaking compatibility at some point).

adamwasila commented 7 months ago

So sorry, was meant to be pushed to my fork only but accidentally pushed upstream to original repo :)