Merge pull request #20 from peachcloud/peach-web

Include peach-web in package building
This commit is contained in:
Max Fowler 2021-06-08 10:40:46 -04:00 committed by GitHub
commit 601b302b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# peach-package-builder
![Generic badge](https://img.shields.io/badge/version-0.3.3-<COLOR>.svg)
![Generic badge](https://img.shields.io/badge/version-0.3.4-<COLOR>.svg)
Scripts for building debian packages for PeachCloud microservices.

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