ci: Pass master key in deploy.yml, fix secrets file path mismatch
All checks were successful
Deployment Pipeline / test (push) Successful in 3m11s
Deployment Pipeline / deploy (push) Successful in 25s

This commit is contained in:
2026-06-25 16:38:56 +05:30
parent 60e587c525
commit bd4d4d171d
2 changed files with 10 additions and 6 deletions

View File

@@ -51,6 +51,8 @@ jobs:
--restart unless-stopped \
-p 3000:3000 \
-e SERVER_PORT=3000 \
-e SERVER_MASTER_KEY="${{ secrets.SERVER_MASTER_KEY }}" \
-e SECRETS_FILE_PATH="/app/data/secrets.json" \
-v /opt/bootstrap-auth-server/data:/app/data \
-e DATABASE_URL="sqlite:///app/data/data.db?mode=rwc" \
bootstrap-auth-server:latest