Commit graph

2 commits

Author SHA1 Message Date
Vadym Samoilenko
986bbd5a3c fix: gen_secret SIGPIPE crash with set -o pipefail
tr/head pipe causes SIGPIPE exit 141, killing script silently.
Wrap with set +o pipefail guard.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 13:46:01 +00:00
Vadym Samoilenko
fc4688cc6f feat: add production deploy script and docker-compose
- deploy.sh: idempotent deploy for Ubuntu server (Docker + Nginx + SSL)
- docker-compose.prod.yml: production compose (runner target, localhost-only port)
- .gitignore: exclude .env.production and .deploy-config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 13:41:29 +00:00