Config files for my server. Except not my secrets

Add some more logging to commit.sh and tangled-on-commit.json

vielle.dev 116367a8 fa5dd1e6

verified
+1 -1
.gitignore
··· 1 1 prs.env 2 2 prs.refreshToken 3 - cicd/node_modules/** 3 + commit-out.txt
+2
commit.sh
··· 1 + echo "\n\nGot new commit:\n-----" 2 + 1 3 # saves current state of fs 2 4 git stash 3 5 # pull latest version
+1 -1
tangled-on-commit.json
··· 1 1 { 2 2 "handle": "vielle.dev", 3 3 "repo_name": "server-config", 4 - "shell": "./commit.sh" 4 + "shell": "./commit.sh 2>&1 >> commit-out.txt" 5 5 }