17 lines
640 B
Bash
17 lines
640 B
Bash
# Service settings specific to this server
|
|
# (can also override anything in the .template_info.env file in the template to make it specific to this server)
|
|
|
|
# $HOME etc expanded on remote server by bash.
|
|
GITEA_RUNNER_DIRECTORY="${HOME}/.gitea-runner"
|
|
ACT_RUNNER_VERSION="0.2.11"
|
|
GITEA_URL="https://gitea.jde.nz"
|
|
GITEA_TOKEN="GITEA_TOKEN"
|
|
GITEA_RUNNER_NAME="${SERVER}-${SERVICE}"
|
|
GITEA_RUNNER_LABELS="ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster"
|
|
|
|
CONTAINER_NAME="gitea-runner-${SERVICE}"
|
|
|
|
# Server Settings
|
|
SSH_USER="dropshell"
|
|
|