Commit Graph

11 Commits

Author SHA1 Message Date
dal c5d5e28cc5
Merge branch 'main' into staging 2025-08-22 21:44:27 -06:00
dal 7b35398e05
delpoy on staging and main 2025-08-22 12:42:32 -06:00
dal a986258cf1
feat: sync GitHub workflows from staging and add manual deployment trigger
- Cherry-pick all workflow improvements from staging branch
- Add workflow_dispatch trigger to deploy.yml for manual deployments
- Support custom environment and image tag inputs for manual runs
- Update deployment logic to handle both automatic and manual triggers
- Improve deployment summaries to show trigger type and image tag
2025-08-21 16:48:30 -06:00
dal d137cfe678
follow ups with tool result error solved for other tool calls 2025-08-21 16:20:08 -06:00
dal da9a89d527
feat: optimize GitHub Actions workflows
- Remove pnpm store permission fixes (no longer needed)
- Remove sticky disk Turbo cache mounts (simplified caching)
- Use direct pnpm install without --prefer-offline flag
- Add TURBO_CACHE_DIR and TURBO_TELEMETRY_DISABLED env vars
- Improve deployment workflow with better error handling and summaries
- Add platform specification and Docker cache optimization
- Simplify trigger deployment workflow

These changes improve CI/CD performance and reliability.
2025-08-21 15:49:06 -06:00
dal 531966e0cd
deploy fix 2025-08-21 15:43:13 -06:00
dal 4183c9d66f
fix deploy.yml 2025-08-21 15:32:57 -06:00
dal cf8610eda4
Merge remote-tracking branch 'origin/fix-deployment-pipeline' into staging 2025-08-21 15:00:06 -06:00
dal 30cf0c5892
Refine deployment workflow conditions and clean up Docker build process. Update deploy.yml to restrict deployment triggers to main and staging branches, and remove unnecessary sticky disk setup in docker-build-server.yml. 2025-08-21 14:35:34 -06:00
dal 23f5541855
Add deploy workflow to main branch 2025-08-19 15:21:58 -06:00
dal 0fcfb498f3
commit up the deploy 2025-08-19 14:24:58 -06:00