This commit is contained in:
Wang Sen Di
2025-12-10 10:23:00 +08:00
commit d5968af95c
24 changed files with 633 additions and 0 deletions

10
cron.d/deploy Normal file
View File

@@ -0,0 +1,10 @@
# shellcheck disable=SC2148
# shellcheck disable=SC2035
# shellcheck disable=SC2211
# shellcheck disable=SC1091
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
*/3 * * * * roots bash /apps/gitrce/deploy/release/default/start.sh >>/apps/data/logs/deploy-start.log 2>&1
*/3 * * * * roots bash /apps/gitrce/netflow/iptables.sh >>/apps/data/logs/netflow-iptables.log 2>&1