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

462 B

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 with read/write permissions to package. Then docker login git.orga.cebula.camp and use your username and the token as the password.