update: unit test, push packages with ci/cd

This commit is contained in:
Nathan FONTEYNE 2026-07-08 12:58:55 +02:00
parent e97aa2c6c3
commit 0300f7fef0
6 changed files with 165 additions and 5 deletions

View file

@ -1,6 +1,8 @@
services:
app:
build: .
# Built and pushed by .github/workflows/ci.yml on every push to main.
# Watchtower on the server picks up new digests on this tag automatically.
image: ${APP_IMAGE:-ghcr.io/nfonteyne/octane-website:latest}
restart: unless-stopped
env_file: .env
ports: