Deifyed@lemmy.mltoOpen Source@lemmy.ml•What does your todo list / project management / productivity setup look like?
1·
6 months agoVim, plain text files and syncthing. Best combo I’ve found after years of searching
Vim, plain text files and syncthing. Best combo I’ve found after years of searching
Just brain storming here:
You could expose a bare git repo on the server with a git hook that runs Docker compose up on push.
You could also have GitHub actions ssh in and run git pull && docker compose up on push to main.