Commit Graph

3 Commits

Author SHA1 Message Date
Bu5hm4nn
1baf887bcb Fix CI workflow: use catthehacker/ubuntu:act-latest for Node.js support
The actions/checkout@v4 action requires Node.js, but python:3.12-slim doesn't include it.
Using catthehacker/ubuntu:act-latest which has both Node.js and Python support.

- Update ci.yaml to use act-compatible image
- Update deploy.yaml to use act-compatible image
- Use actions/setup-python@v5 for Python installation
2026-03-21 23:31:43 +01:00
Bu5hm4nn
1f6d3eb7e6 Fix Forgejo Actions workflow for proper CI/CD
- Fix registry URL format for Forgejo (host:port/owner/repo)
- Create deploy-forgejo.sh with correct env variables
- Rename CI variables from GitLab CI format to Forgejo/GitHub format
- Simplify workflow structure
- Add proper error handling in deploy script
- Fix SSH key permissions (chmod 600)
- Add ssh-keyscan to avoid StrictHostKeyChecking issues
2026-03-21 23:27:55 +01:00
Bu5hm4nn
46534af69e Switch from GitLab CI to Forgejo Actions
- Add .forgejo/workflows/ci.yaml for lint/test/type-check
- Add .forgejo/workflows/deploy.yaml for build/deploy
- Update DEPLOYMENT.md with Forgejo-specific instructions
- Remove .gitlab-ci.yml
2026-03-21 19:24:36 +01:00