No description
Find a file
2026-07-06 23:55:44 +08:00
.bruno Add post-deployment CI template 2026-07-06 02:17:58 +08:00
.woodpecker Clean up templates and remove discord steps 2026-07-06 23:55:44 +08:00
.gitignore Initial commit 2025-04-23 00:05:43 +08:00
README.md Clean up templates and remove discord steps 2026-07-06 23:55:44 +08:00

Service Queue Templates

This repository contains a collection of templates tailored for DevOps practices designed to assist with Service Queue deployments.

build.yml Environment Variables

Variable Name Description Value Value
FORGEJO_REGISTRY_URL Artifact registry to push built image to git.06222001.xyz
FORGEJO_REGISTRY_USERNAME Credentials used to push to the image registry N/A (redacted)
FORGEJO_REGISTRY_PASSWORD Credentials used to push to the image registry N/A (redacted)
REGISTRY_IMAGE_TAG Docker image container tag to push to registry git.06222001.xyz/keannu125/drf_template:latest

deploy.yml Environment Variables

Variable Name Description Value
SSH_HOST SSH host for deployment root@10.0.10.115
PROJECT_DIRECTORY Directory on remote host for deployment /mnt/nvme/files/docker\ projects/service_queue/bcbp
SSH_KEY Private SSH key for authentication N/A (redacted)
REGISTRY_IMAGE_TAG Docker image tag to deploy git.06222001.xyz/keannu125/drf_template:latest
DOCKER_VOLUME_DB Docker volume name for the database drf_template_db_data
DOCKER_COMPOSE_URL URL to fetch docker-compose.yml https://raw.githubusercontent.com/lemeow125/DRF_Template/refs/heads/master/docker-compose.prod.yml

Note:
Actual values may differ based on your pipeline configuration. Usage of .deploy_ephemeral.yml does not require DOCKER_VOLUME_DB For more information, consult your Woodpecker CI/CD maintainer.