this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add commit reloading

+13
+8
commit.sh
··· 1 + # saves current state of fs 2 + git stash 3 + # pull latest version 4 + git pull 5 + # restart all containers 6 + docker compose up -d --build --force-recreate 7 + # return prev state of fs 8 + git stash pop
+5
tangled-on-commit.json
··· 1 + { 2 + "handle": "vielle.dev", 3 + "repo_name": "server-config", 4 + "shell": "./commit.sh" 5 + }