Commit Graph

4 Commits

Author SHA1 Message Date
nietzshn e47445e457 ci: use sshpass with env vars for passphrase-protected SSH keys
CI Pipeline / HTML Lint (push) Successful in 7s
Deploy QA / Build and Push (push) Successful in 16s
CI Pipeline / Build Docker Image (push) Successful in 56s
CI Pipeline / Security Scan (push) Successful in 10s
Deploy QA / Deploy to QA (push) Failing after 18s
2026-06-01 22:34:38 -06:00
nietzshn cf1cb65168 ci: replace appleboy ssh action with native ssh-agent
CI Pipeline / HTML Lint (push) Successful in 8s
Deploy QA / Build and Push (push) Successful in 15s
CI Pipeline / Build Docker Image (push) Successful in 57s
Deploy QA / Deploy to QA (push) Failing after 1s
CI Pipeline / Security Scan (push) Successful in 10s
2026-06-01 22:29:56 -06:00
nietzshn d6b17268dd ci: add DEPLOY_PASSPHRASE secret for SSH key passphrase
CI Pipeline / HTML Lint (push) Successful in 7s
Deploy QA / Build and Push (push) Successful in 13s
CI Pipeline / Build Docker Image (push) Successful in 56s
Deploy QA / Deploy to QA (push) Failing after 3s
CI Pipeline / Security Scan (push) Successful in 10s
2026-06-01 22:22:50 -06:00
Nicholas Ceballos 1171e15503 feat: add initial multi-environment CI/CD pipeline POC
CI Pipeline / HTML Lint (push) Successful in 1m4s
Deploy QA / Build and Push (push) Successful in 42s
Deploy QA / Deploy to QA (push) Failing after 7s
Deploy QA / Notification (push) Failing after 1s
CI Pipeline / Build Docker Image (push) Failing after 35s
CI Pipeline / Security Scan (push) Has been skipped
CI Pipeline / Generate Summary (push) Failing after 1s
Adds all required files for the proof of concept:
- Gitea Actions CI/CD workflows for QA, staging, and production environments
- Docker build configuration with healthcheck and runtime environment injection
- Nginx server config with security headers and health endpoint
- Sample static frontend application displaying environment metrics
- Comprehensive README documentation with architecture, setup, and usage instructions
2026-06-01 14:23:20 -06:00