ResourcePackUpdater/README.md

17 lines
305 B
Markdown
Raw Permalink Normal View History

2021-05-23 08:47:44 +00:00
# resource-pack-updater
2021-05-23 09:20:22 +00:00
On request from a web hook:
Pulls this resource pack https://github.com/Pixel-Hideaway/ResourcePack
Extract it
Collate files
Compresse into a zip file
Generatate a sha1 hash
Push zip and sha1 to BackBlaze
2021-05-23 08:47:44 +00:00
2021-05-23 09:20:22 +00:00
##Setup
```cp .env.sample .env```
2021-05-23 08:47:44 +00:00
2021-05-23 09:20:22 +00:00
##Run
2021-05-23 08:47:44 +00:00
```docker-compose up --build```