repositorypackage
0.0.1
Repository: https://github.com/alexcoder04/dioggy.git
Documentation: pkg.go.dev
# README
dioggy
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.
Usage
./dioggy
Configuration
Command-line arguments
-enable-discord-notifications
: sends a Discord message when the application is started/updated
Environmental variables
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)