Fix deploy workflow: use self-hosted runner, eliminate SSH roundtrip
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
Running on ubuntu-latest required SSH back to host to run docker commands. Switch to self-hosted runner which executes directly on the analytics VM.
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -37,7 +37,7 @@
|
||||
|
||||
## Deployment
|
||||
|
||||
- [ ] Fix SSH deploy workflow — failing since server outage; manual deploy required as workaround
|
||||
- [x] Fix SSH deploy workflow — switched to self-hosted runner (runs-on: self-hosted), eliminates SSH roundtrip
|
||||
- [x] Create Dockerfile, docker-compose.yml, .gitea/workflows/deploy.yaml
|
||||
- [x] Push to Gitea — act_runner deploys on push to main
|
||||
- [x] App live at apps.robwiederstein.org/stAndrews/
|
||||
|
||||
Reference in New Issue
Block a user