Ввести регулярную публикацию отладочной версии (#6)

This commit is contained in:
2025-11-12 04:39:19 +01:00
parent 8e8442a2e7
commit 9b2731ea9c
5 changed files with 71 additions and 2 deletions

4
publish.setup Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
CMD="0 20 * * * kornerr /home/kornerr/vps/publish.dbg"
CRON_FILE=/etc/cron.d/dbg
echo "$CMD" > $CRON_FILE