Include peach-web in package building

This commit is contained in:
notplants 2021-06-08 10:39:52 -04:00
parent 592d3cbc49
commit 790ad5347a
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ SERVICES = [
{"name": "peach-stats", "repo_url": "https://github.com/peachcloud/peach-stats.git"},
{"name": "peach-probe", "repo_url": "https://github.com/peachcloud/peach-probe.git"},
{"name": "peach-dyndns-updater", "repo_url": "https://github.com/peachcloud/peach-dyndns-updater.git"},
# {"name": "peach-web", "repo_url": "https://github.com/peachcloud/peach-web.git"}, # currently build fails because it needs rust nightly for pear
{"name": "peach-web", "repo_url": "https://github.com/peachcloud/peach-web.git"},
]