nietzshn
  • Joined on 2026-05-19
nietzshn pushed to main at nietzshn/multi-env-pipeline-poc 2026-06-02 22:31:11 -06:00
7e4b8814bd Merge pull request 'feat: add initial multi-environment CI/CD pipeline POC' (#3) from staging into main
4c972e1be2 Merge pull request 'chore: update Gitea workflow summaries to use GITHUB_STEP_SUMMARY, switch to env variables, and add QA notification step' (#2) from dev into staging
08c40162b0 Merge branch 'staging' into dev
f48307410e chore: update Gitea workflow summaries to use GITHUB_STEP_SUMMARY, switch to env variables, and add QA notification step
5d85b4b741 Merge pull request 'feat: add initial multi-environment CI/CD pipeline POC' (#1) from dev into staging
Compare 25 commits »
nietzshn merged pull request nietzshn/multi-env-pipeline-poc#3 2026-06-02 22:31:09 -06:00
feat: add initial multi-environment CI/CD pipeline POC
nietzshn created pull request nietzshn/multi-env-pipeline-poc#3 2026-06-02 22:31:03 -06:00
feat: add initial multi-environment CI/CD pipeline POC
nietzshn pushed to staging at nietzshn/multi-env-pipeline-poc 2026-06-02 22:25:35 -06:00
4c972e1be2 Merge pull request 'chore: update Gitea workflow summaries to use GITHUB_STEP_SUMMARY, switch to env variables, and add QA notification step' (#2) from dev into staging
08c40162b0 Merge branch 'staging' into dev
f48307410e chore: update Gitea workflow summaries to use GITHUB_STEP_SUMMARY, switch to env variables, and add QA notification step
Compare 3 commits »
nietzshn merged pull request nietzshn/multi-env-pipeline-poc#2 2026-06-02 22:25:33 -06:00
chore: update Gitea workflow summaries to use GITHUB_STEP_SUMMARY, switch to env variables, and add QA notification step
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-02 22:25:26 -06:00
08c40162b0 Merge branch 'staging' into dev
5d85b4b741 Merge pull request 'feat: add initial multi-environment CI/CD pipeline POC' (#1) from dev into staging
Compare 2 commits »
nietzshn created pull request nietzshn/multi-env-pipeline-poc#2 2026-06-02 22:24:55 -06:00
chore: update Gitea workflow summaries to use GITHUB_STEP_SUMMARY, switch to env variables, and add QA notification step
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-02 22:09:35 -06:00
f48307410e chore: update Gitea workflow summaries to use GITHUB_STEP_SUMMARY, switch to env variables, and add QA notification step
nietzshn pushed to staging at nietzshn/multi-env-pipeline-poc 2026-06-02 22:04:03 -06:00
5d85b4b741 Merge pull request 'feat: add initial multi-environment CI/CD pipeline POC' (#1) from dev into staging
d4c3affa2f feat: implement dynamic runtime environment configuration via env-config.js injection and update project documentation
0a798cf3b0 refactor: replace appleboy/ssh-action with native ssh command execution in deployment workflows
252fbe5003 refactor: switch ssh remote variable passing to positional arguments for deploy-qa pipeline
dc86eb2bf2 ci: use ssh-agent with dedicated deploy key (no passphrase)
Compare 21 commits »
nietzshn merged pull request nietzshn/multi-env-pipeline-poc#1 2026-06-02 22:04:02 -06:00
feat: add initial multi-environment CI/CD pipeline POC
nietzshn created pull request nietzshn/multi-env-pipeline-poc#1 2026-06-02 22:02:08 -06:00
feat: add initial multi-environment CI/CD pipeline POC
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-02 21:59:24 -06:00
d4c3affa2f feat: implement dynamic runtime environment configuration via env-config.js injection and update project documentation
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-02 21:50:55 -06:00
0a798cf3b0 refactor: replace appleboy/ssh-action with native ssh command execution in deployment workflows
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-02 21:11:59 -06:00
252fbe5003 refactor: switch ssh remote variable passing to positional arguments for deploy-qa pipeline
dc86eb2bf2 ci: use ssh-agent with dedicated deploy key (no passphrase)
87faff525c ci: use base64-encoded SSH key to preserve newlines
Compare 3 commits »
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-01 22:34:49 -06:00
e47445e457 ci: use sshpass with env vars for passphrase-protected SSH keys
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-01 22:30:08 -06:00
cf1cb65168 ci: replace appleboy ssh action with native ssh-agent
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-01 22:23:03 -06:00
d6b17268dd ci: add DEPLOY_PASSPHRASE secret for SSH key passphrase
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-01 22:15:49 -06:00
76cb35cc98 ci: remove broken summary step
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-01 22:13:06 -06:00
6e72bfed41 fix: upgrade libxml2 to fix CVE-2026-6732
nietzshn pushed to dev at nietzshn/multi-env-pipeline-poc 2026-06-01 22:08:43 -06:00
14dba2c7e8 ci: replace trivy github action with docker-based scan