chore: Update deployment configuration and documentation
- Update Gitea configuration (remove DEFAULT_ACTIONS_URL) - Fix deployment documentation - Update Ansible playbooks - Clean up deprecated files - Add new deployment scripts and templates
This commit is contained in:
@@ -13,7 +13,9 @@ GITEA_RUNNER_NAME=dev-runner-01
|
||||
# Runner Labels (comma-separated)
|
||||
# Format: label:image
|
||||
# Example: ubuntu-latest:docker://node:16-bullseye
|
||||
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,debian-latest:docker://debian:bullseye
|
||||
# php-ci: Uses optimized CI image with PHP 8.5, Composer, Ansible pre-installed
|
||||
# Build the image first: ./build-ci-image.sh
|
||||
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,debian-latest:docker://debian:bullseye,php-ci:docker://php-ci:latest
|
||||
|
||||
# Optional: Custom Docker registry for job images
|
||||
# DOCKER_REGISTRY_MIRROR=https://registry.michaelschiemer.de
|
||||
|
||||
Reference in New Issue
Block a user