mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
The CD workflow was pulling the correct versioned image but docker-compose was using the default 'latest' tag because version variables weren't being set. Now the workflow: 1. Computes the correct version variable name (e.g., TODO_WEB_VERSION) 2. Updates the .env file on the staging server with the version 3. docker-compose reads from .env and uses the correct image tag 4. Verifies the correct image is running after deployment This fixes deployments where the container would keep running an old image even after a new version was pushed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| workflows | ||
| dependabot.yml | ||