Add Gitea Actions CI/CD and deploy descriptor #1

Merged
developer merged 1 commits from add-gitea-ci into master 2026-06-02 09:51:09 +00:00
Owner

Adds a Gitea Actions workflow that runs the server test suite on PRs to master and, on push to master, rebuilds the image and (re)deploys the 15-puzzle container on the host Docker daemon (edge network, persistent data volume). See README Deployment section for required secrets/variables.

Adds a Gitea Actions workflow that runs the server test suite on PRs to master and, on push to master, rebuilds the image and (re)deploys the 15-puzzle container on the host Docker daemon (edge network, persistent data volume). See README Deployment section for required secrets/variables.
developer added 1 commit 2026-06-02 09:46:11 +00:00
Add Gitea Actions CI/CD and deploy descriptor
CI / test (pull_request) Successful in 1m20s
CI / deploy (pull_request) Has been skipped
0e3e3b6c90
- .gitea/workflows/ci.yaml: test on PR/push to master, deploy on push to master
- deploy/docker-compose.yml: 15-puzzle container on the edge network with a persistent data volume
- Dockerfile: create /data owned by app for the DATA_FILE volume
- README: document deployment, required Actions secrets/variables, and persistence
developer merged commit 919799c0f8 into master 2026-06-02 09:51:09 +00:00
developer deleted branch add-gitea-ci 2026-06-02 09:51:09 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: developer/15-puzzle#1