add details to readme
This commit is contained in:
@ -48,6 +48,8 @@ npx astro dev
|
|||||||
|
|
||||||
## Build in the docker image (make sure you have Docker installed!)
|
## Build in the docker image (make sure you have Docker installed!)
|
||||||
|
|
||||||
|
Set the version to the next [semantic version](https://semver.org/) after the version posted at [our co-op cloud's packages site](https://git.coopcloud.tech/RTM/-/packages) under "rtmwebsite":
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
version=<specify-version>
|
version=<specify-version>
|
||||||
docker build --platform linux/amd64 -t git.coopcloud.tech/rtm/rtmwebsite:$version .
|
docker build --platform linux/amd64 -t git.coopcloud.tech/rtm/rtmwebsite:$version .
|
||||||
@ -62,6 +64,8 @@ Check out [this documentation](https://docs.gitea.com/next/usage/packages/contai
|
|||||||
docker push git.coopcloud.tech/rtm/rtmwebsite:$version
|
docker push git.coopcloud.tech/rtm/rtmwebsite:$version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
At [our co-op cloud's packages site](https://git.coopcloud.tech/RTM/-/packages), click on "rtmwebsite" and check that the version mentioned is the version you specified!
|
||||||
|
|
||||||
## Update recipe
|
## Update recipe
|
||||||
|
|
||||||
We use a [private recipe](https://git.coopcloud.tech/RTM/rtm-astro-recipe) to deploy this website, you will need to update the version in the compose.yml file and redoploy. This step needs wireguard to be activated.
|
We use a [private recipe](https://git.coopcloud.tech/RTM/rtm-astro-recipe) to deploy this website, you will need to update the version in the compose.yml file and redoploy. This step needs wireguard to be activated.
|
||||||
|
|||||||
Reference in New Issue
Block a user