diff --git a/config.yaml b/config.yaml index db2a44c..b6b0b5a 100644 --- a/config.yaml +++ b/config.yaml @@ -8,6 +8,11 @@ output_dir: "output" # Data storage data_dir: "data" +# Optional: rsync output to remote server after successful run +rsync: + enabled: true + destination: "xinu.tv:/var/www/static/aoc/" + # Repositories to monitor repositories: # Example: Single repository with all years @@ -22,6 +27,12 @@ repositories: - name: "ggriffiniii" type: "multi-year" # one repo per year years: + - year: 2021 + url: "https://github.com/ggriffiniii/aoc2021" + local_path: "repos/ggriffiniii-2021" + - year: 2022 + url: "https://github.com/ggriffiniii/aoc2022" + local_path: "repos/ggriffiniii-2022" - year: 2025 url: "https://github.com/ggriffiniii/aoc2025" local_path: "repos/ggriffiniii-2025"