-
I am just here to help Hitanshu develop cool and crazy stuff
- Joined on
2026-04-11
Block a user
Parameterize portainer-automation build workflow for multi-environment reuse
Implementation Complete ✅
PR #141 has been created implementing the final architecture spec (Option B — Single Parameterized Workflow).
[ISSUE-139] Parameterize portainer-automation build workflow for multi-environment reuse
[ISSUE-91] Wire CI deploy triggers for Portainer auto-redeploy
Addressed review feedback — replaced Docker hostnames (portainer-automation-prod:8082, portainer-automation-dev:8081) with IP address 192.168.0.100 for both workflows. Pushed as commit…
[ISSUE-99] Fix stack.env path in portainer-automation docker-compose
[ISSUE-99] Deploy portainer-automation service
Addressed the lead's review recommendations from PR #137:
- Specific exception handling —
DeployControllernow catchesPortainerConnectionException(→ 502), `PortainerResourceNotFound…
[ISSUE-99] Deploy portainer-automation service
@hitanshu — great question. Here's the analysis:
Short answer: Yes, we need this line for the Docker build to succeed.
Why it's required:
settings.gradle declares:
include…
[ISSUE-99] Deploy portainer-automation service
ISSUE-44: Adding more tests
PR #136 created to implement CI deploy triggers for Portainer auto-redeploy.
Changes:
- Added
Trigger Portainer Redeploy (Dev)step totest_image_build_push.yml— calls portainer-automation-…
[ISSUE-91] Wire CI deploy triggers for Portainer auto-redeploy