Provides install/update systemd workflow for git-based deploys to Ubuntu VPS. Co-authored-by: Cursor <[email protected]>
13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
# Secrets — never commit
|
|
.env
|
|
*.token
|
|
token
|
|
|
|
# Runtime / local state
|
|
logs/
|
|
*.log
|
|
banlist.txt.bak
|
|
|
|
# Downloaded binary (fetched by install.sh)
|
|
bin/eden-room
|