fix: three deploy failures from run #1424 #369

Merged
guettlibot merged 1 commits from refs/pull/369/head into main 2026-06-03 19:23:14 +00:00
1 Commits
Author SHA1 Message Date
Thomas SharedInboxandClaude Sonnet 4.6 1dac3fc770 fix: three deploy failures from run #1424
- deploy.yml: use python3 -m venv for the Play Store verification step so
  google-auth can be installed on Ubuntu 24.04 (PEP 668 blocks system-wide pip)
- setup_dagger_remote.sh: avoid adding a second trailing newline to values
  that already end with one (e.g. SSH private keys), which can corrupt PEM
  file parsing
- ci/main.go Deployer: mount SSH key at a raw path and strip CRLF line
  endings before use — "error in libcrypto" in Alpine's LibreSSL-backed
  openssh is caused by Windows-style CR bytes in the key file

Closes #366

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 19:59:52 +02:00