Some checks failed
Deploy to talkpro / build-and-sync (push) Failing after 14s
Gitea workflow no longer needs TALKPRO_HOST secret; defaults match talkpro VPS. Fail fast with a clear message if TALKPRO_SSH_PRIVATE_KEY is missing. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
456 B
Plaintext
11 lines
456 B
Plaintext
# Copy to .env.deploy for local runs: set -a && source .env.deploy && set +a && ./scripts/deploy-talkpro.sh
|
|
#
|
|
# Gitea Actions: only this secret is required (Settings → Secrets → Actions):
|
|
# TALKPRO_SSH_PRIVATE_KEY = full PEM file contents
|
|
# Host/user/path defaults are in .gitea/workflows/deploy-talkpro.yml
|
|
|
|
TALKPRO_HOST=13.214.179.69
|
|
TALKPRO_USER=ubuntu
|
|
TALKPRO_REMOTE_ROOT=/home/ubuntu/talkpro
|
|
TALKPRO_SSH_KEY_FILE=/absolute/path/to/luis-only.pem
|