Include peach-web in package building #20

Merged
mhfowler merged 2 commits from peach-web into main 2021-06-08 14:40:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 790ad5347a - Show all commits

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"},
]