This commit is contained in:
parent
a5cf3640dd
commit
564a22abb2
5 changed files with 58 additions and 10 deletions
|
|
@ -40,11 +40,13 @@ First, login to the Docker registry:
|
|||
docker login git.interhacker.space
|
||||
```
|
||||
|
||||
Then, build and push to the registry:
|
||||
Then, download the map bundle, build and push to the registry:
|
||||
|
||||
```bash
|
||||
wget -q -O dist.zip https://git.interhacker.space/epickiwi/2026.camp.carte/releases/download/latest/dist.zip
|
||||
docker build -t git.interhacker.space/interhack/camp-website-2026:latest .
|
||||
docker push git.interhacker.space/interhack/camp-website-2026:latest
|
||||
rm -f dist.zip
|
||||
```
|
||||
|
||||
The pull process is triggered every five minutes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue