fix: run dev migration as deploy user #16
Reference in New Issue
Block a user
Delete Branch "feature/state-corp-dev-migrate-ci-user"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to PR #15. The deploy SSH account is already the Compose owner and does not have the runuser utility. The first dev rollout deployed the image successfully but failed only at the new migration command with exit 127.
Invoke Docker Compose directly as the deploy SSH user. YAML parses locally; the same migration command succeeds on LXC 124 under the Compose owner.