Files
anotherreflections-website-v2/.gitea/workflows/deploy.yml
striker 8cab51d590
All checks were successful
deploy / deploy (push) Successful in 46s
ci: workflow по стандартному шаблону Gitea Actions
Workflow приведён к шаблону из memory/reference_gitea_actions.md:
- runs-on: ubuntu-latest (act_runner на str-u-01 даёт node:20-bookworm)
- apt-get install openssh-client (нет в node:20 by default)
- secrets: SSH_DEPLOY_KEY (raw private key, не base64) + SSH_KNOWN_HOSTS
- ssh ... bash -s <<'REMOTE' с git clone/pull, docker compose build+up,
  health-check curl, docker image prune retention 7d
2026-05-21 02:53:52 +03:00

1.6 KiB