manual ci script + no cache for map updates
Some checks failed
/ build (push) Failing after 5m47s

This commit is contained in:
Hadrien 2026-07-03 23:33:48 +02:00
parent a5cf3640dd
commit 564a22abb2
5 changed files with 58 additions and 10 deletions

View file

@ -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.