mct1-server
Version:
A Minecraft for Type 1 Diabetes Server
20 lines (13 loc) • 683 B
Markdown
- Publish a new zip to S3.
- Update the `mct1Worlds` key in `package.json`:
```json
"mct1Worlds": {
"downloadUrl": "https://sitapatis-sydney-storage.s3.amazonaws.com/MCT1/mct1-worlds-0.1.1.zip",
"version": "0.1.1"
}
```
- During package installation, the installer checks the version of any locally installed worlds against the version in this key. If there is a higher version in the package.json, the installer will replace the local worlds with the updated ones.
_Question_: Should we save the existing ones? Will users want to mutate them?
We need to tag the docker images and put an update check mechanism in place.