ci: add SSH key support and fix release workflow issues

This commit is contained in:
badblocks 2025-08-11 12:44:55 -07:00
parent d6740ec5d0
commit 617667af44
No known key found for this signature in database
8 changed files with 919 additions and 53 deletions

View file

@ -13,7 +13,8 @@ services:
env_file:
- .env
volumes:
- ./data:/app/data
- ../../data:/app/data
- /srv/static-assets:/app/static-assets
restart: unless-stopped
labels:
- "deployment.color=${DEPLOYMENT_COLOR}"