mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
Adds a GitHub Actions workflow that SSHes into the API droplet on every push to main and runs deploy.sh (git pull + npm install + systemctl restart). The deploy key is restricted server-side via a forced-command in authorized_keys, so it can only ever run that one script. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>