feat: add deployment automation scripts

This commit is contained in:
2025-12-27 15:42:26 +11:00
parent 87f1711cbd
commit 33b2b708f4
9 changed files with 951 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Node modules
node_modules/
# Environment variables and secrets
.env
config.js
cron.log
# System files
.DS_Store
Thumbs.db