site/README.md
2025-01-28 20:09:30 +01:00

14 lines
462 B
Markdown

# Deploying
No CI yet, build and push locally:
docker build -t git.orga.cebula.camp/infra/site:golden .
docker push git.orga.cebula.camp/infra/site:golden
No autodeploy yet, ping q3k when done.
To get access to the container registry, add an [access
token](https://git.orga.cebula.camp/user/settings/applications) with read/write
permissions to `package`. Then `docker login git.orga.cebula.camp` and use your
username and the token as the password.