This is a simple program that automatically pulls a project from GitHub, runs it, restarts it if it exits and updates it if updates are pushed to the repo.
Initially created for the if-schleife-bot, runs it by default.
Too lazy to write docs, if you have questions, just open an issue.
./dioggy
-enable-discord-notifications
: sends a Discord message when the application is started/updated
GITHUB_CLONE
: which GitHub repo to use,user/repo
formatPREPARE_COMMAND
: command to run after cloning/pullingEXEC_COMMAND
: command to runDISCORD_WEBHOOK_URL
: where to send Discord messages (optional)