tangled
alpha
login
or
join now
vielle.dev
/
server-config
Config files for my server. Except not my secrets
2
fork
atom
overview
issues
pulls
pipelines
fix commit.sh
vielle.dev
1 week ago
cc942bd3
b829026a
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
options
unified
split
Changed files
+4
-1
commit.sh
+4
-1
commit.sh
···
1
#!/usr/bin/env bash
2
3
-
echo "\n\nGot new commit: $(date)\n---\n\n"
0
0
0
4
5
# pull latest version
6
echo "git fetch --all"
···
1
#!/usr/bin/env bash
2
3
+
echo "
4
+
Got new commit: $(date)
5
+
---
6
+
"
7
8
# pull latest version
9
echo "git fetch --all"